Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard command plus sign syntax
Message
 
 
À
23/09/2002 13:14:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00703452
Message ID:
00703490
Vues:
21
This message has been marked as the solution to the initial question of the thread.
I don't think you cannot do this with KEYBOARD command because it only accepts key labels listed in ON KEY LABEL Command help topic. I don't know if it would work, but you can try to do this with WSH.
oShell = Createobject("wscript.shell")
oShell.SendKeys()
oShell.SendKeys("^+{+}")
For the list of keys see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthsendkeys.asp.

>I am trying to use the keyboard command for a (control, shift, plus sign)
>
>ctrl+shift++
>I have tired
>KEYBOARD ('{CTRL+SHIFT}'+CHR(043))
>KEYBOARD '{CTRL+SHIFT++}'
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform