How to open a file in your BV program (executable) from windows browser
How to open a file in your BV program (executable) from windows browser
Rate How to open a file in your BV program (executable) from windows browser
(1(1 Vote))
' (rigth click : open with...)
Sub Main()
SourceFile = Command()
SourceFile = Replace(SourceFile,Chr(34),"") 'in order to remove the ""
If Len(SourceFile) > 0 Then
'Call here to your procedure or function than opens the filename...
'Enjoy it..
End If
End Sub
'Thats all, no API, no Activex...
How to open a file in your BV program (executable) from windows browser Comments
No comments yet — be the first to post one!
Post a Comment