Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WEBBROWSER control
Message
De
03/09/1999 22:39:12
 
 
À
03/09/1999 08:30:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00261084
Message ID:
00261469
Vues:
16
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform