Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internet Explorer Making IE Window Active (on top)
Message
 
 
To
07/06/2001 14:40:31
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00516540
Message ID:
00516659
Views:
10
works fine for me too. you could try it a different route, but I doubt the result will differ:
oShell = CREATEOBJECT( 'WScript.Shell' )
  oShell.Run( "http://www.mysite.com" )
  oShell = .NULL.
  RELEASE oShell
Previous
Reply
Map
View

Click here to load this message in the networking platform