Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening internet explorer
Message
 
À
23/06/2005 06:43:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01025745
Message ID:
01025753
Vues:
12
Something like (In the dblclick event of the textbox)
Local cUrl, oIe
cUrl = alltrim(this.value)
oIe = Createobject("hyperlink")
oIe.NavigateTo(cUrl)
>hi all,
>
>i have a URL that is stored in a textbox. i want that when the user double clicks on this textbox with the URL in it, internet explorer should open up and the requisite website displayed in the web browser.
>
>what is the code that will help me achieve this end result ?
>
>with sincere thanks to you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform