Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to launch a program and give it a command
Message
Information générale
Forum:
Visual Basic
Catégorie:
Applications Internet
Divers
Thread ID:
00010854
Message ID:
00011547
Vues:
36
>Hi
>
>I have an easy one for you (I think). I am trying to launch a browser (Netscape for example) by clicking on a hypertext link in my program. Then I want to direct the browser to go to that site.
>
>Yes I am a Newbie, :-) Thanks in advance
>
>Tim Legge
I not a fan of Explorer but if you need to use a browser in you application, the last version of Explorer you can call it as a ActiveX control.

ex:
O = CreateObjet(...
O.Navigate = "HTTP://WWW.accent.ne/jrroy"

Good lock.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform