Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch browser from VFP?
Message
From
28/01/2001 22:22:54
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00469536
Message ID:
00469584
Views:
17
You can also try this. It won't launch your "default" browser but maybe
this will work for you.


ExplorerExe = 'C:\program files\internet explorer\iexplore.exe'
declare ShellExecute IN shell32.dll;
Integer, String,String, String, String, Integer
ShellExecute(0,"open",ExplorerExe,"www.ebay.com","",1)
Previous
Reply
Map
View

Click here to load this message in the networking platform