Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Command
Message
 
À
31/08/2005 10:56:00
Sunil Kejariwal
The Software Workshop
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01045497
Message ID:
01045510
Vues:
24
>My problem is as follows.
>
>My application is running and one third party application is also active at that time. The third party application has an option to toggle between 2 option . This is done by pressing F11.
>
>I want to change this option programatically. If I pass KEYBOARD '{F11}' it is not working. But If I press F11 on key board it is changing the value of user application. Can I do this from my form ? Pl. Help.
>
>Thanks in Advance.
>
>Regards
oShell = CreateObject("WScript.Shell")
oShell.SendKeys({F11}) && Here I am not sure if the format not: oShell.SendKeys('{F11}')
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform