Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automatic URL access
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Automatic URL access
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01286786
Message ID:
01286786
Vues:
83
I use the code below
However it opens in the same windows already in use,
so the present site is closed

Is there a way I can open a new window instead ?

Moises

*******************************************************
DECLARE INTEGER ShellExecute in shell32.dll ;
INTEGER hwnd, STRING @lpOperation, STRING @lpFile, STRING @lpParam, ;
STRING @lpDir, INTEGER nShowCmd

Local lcUrl, lcOp
lcOp = "open"
lcUrl = "https://ssl118.locaweb.com.br/acrisoft/loja5/"

ShellExecute(0, @lcOp, @lcUrl, .NULL., .NULL., 5)


*******************************************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform