Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command to execute external DOS or Windows Program
Message
De
13/12/2001 12:39:41
 
 
À
13/12/2001 11:24:48
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00593879
Message ID:
00593927
Vues:
14
>Hi,
>
>I am new to Visual Basic Programming. Can anyone please tell me what is the command or statement to execute the external DOS or Windows executable programs (like RUN command in FOXPRO)?
>
>TIA.
>Bal Singh

You can use Shell for that. Example:
Shell App.Path & "\myexternal.exe", vbNormalFocus
There is also a ShellExecute API that is a bit more coding to implement and it's not part of VB per se. HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform