Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WEBBROWSER control
Message
From
03/09/1999 22:39:12
 
 
To
03/09/1999 08:30:07
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00261084
Message ID:
00261469
Views:
18
>Hello.
>Can I make that everyone URL opened in separate Browser window.
>Denis.



If you use IE4 or above, try:

Public oie
oie = CreateObject('internetexplorer.application')
oie.navigate('http://members.tripod.com/~justok/frames.html')
oie.visible=.T.
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform