Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute
Message
 
To
03/03/2004 10:15:07
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00882701
Message ID:
00882861
Views:
16
>Is there a way to force ShellExecute to always open a new browser to display the page and ignore any open browser? Or is there a better way to call IE and pass it a URL to display?

Jerry,

You can always try using automation w/Internet Explorer to open up a brand new window along these lines:
oBrowser = CREATEOBJECT("InternetExplorer.Application")
oBrowser.Navigate("http://www.levelextreme.com")
oBrowser.Visible = .T.
HTH

Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Previous
Reply
Map
View

Click here to load this message in the networking platform