Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send Key Strokes to an APP not VFP
Message
De
31/01/2001 04:19:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Send Key Strokes to an APP not VFP
Divers
Thread ID:
00470543
Message ID:
00470543
Vues:
93
I was wondering how I could send some keys to another windows application from a VFP application

In this example Test App is the title of the application and it is not a VFP app.

So far I tried...
tcWindow="Test App"
DECLARE INTEGER FindWindow IN Win32API STRING, STRING
DECLARE INTEGER SetForegroundWindow IN "User32.dll" INTEGER
HWND = FindWindow(0,tcWindow)
=SetForegroundWindow(HWND)
INKEY(3)

KEYBOARD("1")
This merely activates the program but the keys go into the vfp app.

Maybe there is some API call's I can use?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform