Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling IE5 from VFP 6
Message
From
03/10/2001 09:34:08
 
 
To
02/10/2001 17:12:42
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00563316
Message ID:
00563550
Views:
17
Hi

You could use the windows api SHELLEXECUTE, the syntax for this is listed in the API section of the UT.

ie

lnRetrunValue=shellexecute(0,"OPEN","WWW.MICROSOFT.COM","","",1)

This will open your default browser

If you want to run IE , then use

lnRetrunValue=shellexecute(0,"OPEN","c:\program files\Internet Expolrer\ie.exe","http://www.microsoft.com","",1)

This should bring IE to the front

Regards

Steven
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform