Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling IE5 from VFP 6
Message
From
05/10/2001 08:19:40
 
 
To
03/10/2001 09:34:08
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00563316
Message ID:
00564690
Views:
25
Thanks Steven and Nadya,

What I found was happening is that if I already had a browser window open, then the new browser window I instantiate remains in the background.

-Isaac




>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
Reply
Map
View

Click here to load this message in the networking platform