I tried this out with wine, under pinguy linux, and it does not bring up the html page.
This is the code that brings up the browser.
Code: Select all
DestURL$ = "file:///" + Curdir + "\Video Guide.htm"
Browser& = ShellExecute(BYVAL 0 , "open" , DestURL$ + CHR$(0), "", "", BYVAL 3)
And what environmental variable would tell me, that my program is working under the wine.