Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending keystrokes to window
Message
De
12/05/2006 13:56:17
 
 
À
11/05/2006 09:08:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01120957
Message ID:
01121428
Vues:
10
Take a look at the sendkeys methode in the WScript object.
Something like:

oShell = Createobject("WScript.Shell")
oShell.AppActivate("Notepad")
oShell.sendkeys("This is a test!")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform