Bring up default browser in Wine

Questions about Wine on Linux
Locked
Lassar
Newbie
Newbie
Posts: 1
Joined: Wed Mar 13, 2013 1:07 pm

Bring up default browser in Wine

Post by Lassar »

I have programed my software, so when it comes up for the first time, it brings up a html page on how to use the program.

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)
Is there anyway to get this to work in wine?

And what environmental variable would tell me, that my program is working under the wine.
Locked