Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet Explorer Making IE Window Active (on top)
Message
From
07/06/2001 14:40:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Internet Explorer Making IE Window Active (on top)
Miscellaneous
Thread ID:
00516540
Message ID:
00516540
Views:
41
How can I make the IE window I just opened the active window? When I use the code below, I still must click on the task in the task bar to brng this window to the front. I am running Win2000 SP1, IE 5.0, and VFP 7.

oie = Createobject("InternetExplorer.Application")
lo = oie.navigate("www.mypage.com")
oie.Visible = .t.
Next
Reply
Map
View

Click here to load this message in the networking platform