Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser syntax
Message
From
29/10/2002 16:22:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Browser syntax
Miscellaneous
Thread ID:
00716662
Message ID:
00716662
Views:
40
I used the syntax below in a form to initiate an internet link. However, the browser does not "pop-up" in focus. (A link on the toolbar opens). Any ideas as to have the browser window become the main window?

******************************************************
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate2("http://www.YAHOO.com")
oIE.Visible = .T.
******************************************************

Thanks much.
Billy
Next
Reply
Map
View

Click here to load this message in the networking platform