C++

aminegenie Messages postés 1 Date d'inscription samedi 4 novembre 2006 Statut Membre Dernière intervention 4 novembre 2006 - 4 nov. 2006 à 18:38
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 - 6 nov. 2006 à 06:46
je veux une fonction dans le c++ qui me permet d'entrer une variable ou un caractere ou elle me lit le bouton en cours de la lecture de c++ une autre fonction. exemple en code de flah:
if(Key.isDown(Key.UP))
{
<"structure">
}

16 réponses

cs_casy Messages postés 7741 Date d'inscription mercredi 1 septembre 2004 Statut Membre Dernière intervention 24 septembre 2014 40
4 nov. 2006 à 18:40
Et un petit tour par ici tout d'abords, merci --> [reglement.aspx Voir le règlement de CodeS-SourceS]

Et puis pense à poster dans la bonne rubrique.

---- Sevyc64  (alias Casy) ----<hr size="2" width="100%" /># LE PARTAGE EST NOTRE FORCE #
0
mortalino Messages postés 6786 Date d'inscription vendredi 16 décembre 2005 Statut Membre Dernière intervention 21 décembre 2011 18
4 nov. 2006 à 18:45
Eh eh Casy, du coup, ton lien est faux , voici le bon  :

Voir le règlement de CodeS-SourceS

C'est tout de même ironique aminegenie :
tu postes un code un flash, que tu veux en c++ sur visual basic !

@++

<hr size="2" width="100%" />
  --Mortalino--
Le mystérieux chevalier, "Provençal, le Gaulois"
<!--
0
cs_casy Messages postés 7741 Date d'inscription mercredi 1 septembre 2004 Statut Membre Dernière intervention 24 septembre 2014 40
4 nov. 2006 à 18:52
Non mortalino, mon lien n'est pas faux, puisque le réglement est commun à tous les sites de CodeS-SourceS.

Il pointe juste sur VBFrance alors que le tiens pointe sur CPPFrance.

Mais notre amis a posté à la base ni sur VBFrance, ni sur CPPFrance mais sur CodeS-SourceS, dans une rubrique inadaptée.

---- Sevyc64  (alias Casy) ----<hr size="2" width="100%" /># LE PARTAGE EST NOTRE FORCE #
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
5 nov. 2006 à 15:44
Merci les gars de nous ramener ce post ici, je comprends même pas la question :)

_____________________________________
Un éditeur de ressources gratuit pour Windows
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
rrk275 Messages postés 540 Date d'inscription vendredi 25 juin 2004 Statut Membre Dernière intervention 1 octobre 2007 2
5 nov. 2006 à 15:52
La question est comment reconnaitre si une touche est enfoncée ..
tout depend de ce que tu utilise  ..
Louis

( essaye 42 .. )
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
5 nov. 2006 à 16:22
Merci pour la traduction. C'est vrai qu'on devine avec son bout de code.
En Win32: GetAsyncKeyState

_____________________________________
Un éditeur de ressources gratuit pour Windows
0
Ombitious_Developper Messages postés 2333 Date d'inscription samedi 28 février 2004 Statut Membre Dernière intervention 26 juillet 2013 38
5 nov. 2006 à 19:29
Salut :


Exemple d'utilisation simple pour tester la touche A


if (GetAsyncKeyState (VK_A) & SHRT_MAX) {

    //...

}
0
rrk275 Messages postés 540 Date d'inscription vendredi 25 juin 2004 Statut Membre Dernière intervention 1 octobre 2007 2
5 nov. 2006 à 19:35
0
mortalino Messages postés 6786 Date d'inscription vendredi 16 décembre 2005 Statut Membre Dernière intervention 21 décembre 2011 18
5 nov. 2006 à 19:41


Oh ! Je me suis perdu sur cpp !!Beh du coup c'est cadeau, ça fait plaisir :ConstanteValeurDéfinitionVK_F978Touche f9VK_F877Touche f8VK_F675Touche f6VK_F776Touche f7VK_F574Touche f5VK_F473Touche f4VK_F372Touche f3VK_F271Touche f2VK_F170Touche f1VK_DIVIDE6FTouche "division".VK_DECIMAL6ETouche séparateur décimal.VK_SUBTRACT6DTouche "soustraction".VK_SEPARATOR6CTouche de séparation.VK_ADD6BTouche "addition".VK_MULTIPLY6ATouche "multiplication".VK_NUMPAD969Touche 9 (clavier numérique).VK_NUMPAD868Touche 8 (clavier numérique).VK_NUMPAD767Touche 7 (clavier numérique).VK_NUMPAD666Touche 6 (clavier numérique).VK_NUMPAD565Touche 5 (clavier numérique).VK_NUMPAD464Touche 4 (clavier numérique).VK_NUMPAD363Touche 3 (clavier numérique).VK_NUMPAD262Touche 2 (clavier numérique).VK_NUMPAD161Touche 1 (clavier numérique).VK_NUMPAD060Touche 0 (clavier numérique).VK_APPS5DTouche Windows applications (Microsoft Natural Keyboard).VK_RWIN5CTouche Windows droite (Microsoft Natural Keyboard).VK_LWIN5BTouche Windows gauche (Microsoft Natural Keyboard).VK_Z5ATouche zVK_Y59Touche yVK_X58Touche xVK_W57Touche wVK_V56Touche vVK_U55Touche uVK_T54Touche tVK_S53Touche sVK_R52Touche rVK_Q51Touche qVK_P50Touche pVK_O4FTouche oVK_N4ETouche nVK_M4DTouche mVK_L4CTouche lVK_K4BTouche kVK_J4ATouche jVK_I49Touche iVK_H48Touche hVK_G47Touche gVK_F46Touche fVK_E45Touche eVK_D44Touche dVK_C43Touche cVK_B42Touche bVK_A41Touche aVK_939Touche 9VK_838Touche 8VK_737Touche 7VK_535Touche 5VK_636Touche 6VK_333Touche 3VK_434Touche 4VK_131Touche 1VK_232Touche 2VK_030Touche 0VK_HELP2FTouche "aide".VK_DELETE2ETouche "Suppression".VK_INSERT2DTouche insertion.VK_SNAPSHOT2CTouche impression écran.VK_EXECUTE2BTouche "exécution".VK_SELECT29Touche "selection".VK_DOWN28Flèche curseur bas.VK_RIGHT27Flèche curseur droit.VK_UP26Flèche curseur haut.VK_LEFT25Flèche curseur gauche.VK_HOME24Touche "début".VK_END23Touche "fin".VK_NEXT22Touche "page bas".VK_PRIOR21Touche "page haut".VK_SPACE20Touche Espace.VK_ESCAPE1BTouche Echap.VK_CAPITAL14Touche verrouillage majuscule.VK_PAUSE13Touche "Pause".VK_MENU12Touche "Alt".VK_CONTROL11Touche "Control".VK_SHIFT10Touche "Shift".VK_RETURN0DTouche "Entrée".VK_CLEAR0CTouche d'effacement.VK_TAB09Touche tabulation.VK_BACK08Touche retour arrière.VK_MBUTTON04Bouton du milieu de la souris (le 3ème boutton).VK_CANCEL03Control-break.VK_RBUTTON02Bouton droit de la souris.VK_LBUTTON01Bouton gauche de la souris.VK_F1079Touche f10VK_F117ATouche f11VK_F127BTouche f12VK_F137CTouche f13VK_F147DTouche f14VK_F157ETouche f15VK_F167FTouche f16VK_F1780HTouche f17VK_F1881HTouche f18VK_F1982HTouche f19VK_F2083HTouche f20VK_F2184HTouche f21VK_F2285HTouche f22VK_F2386HTouche f23VK_F2487HTouche f24VK_NUMLOCK90Touche verrouillage numérique.VK_SCROLL91Touche verrouillage défilement.VK_ATTNF6Touche "Attn".VK_CRSELF7Touche "CrSel".VK_EXSELF8Touche "ExSel".VK_PLAYFATouche "Play".VK_ZOOMFBTouche "Zoom".VK_NONAMEFCReservé.VK_PA1FDTouche PA1.@++   --Mortalino--Le mystérieux chevalier, "Provençal, le Gaulois"
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
5 nov. 2006 à 22:50
Virtual-Key
Codes


Je ne vois pas VK_A...VK_Z
Ils ne sont pas non plus reconnus par mon Platform SDK. Vous avez trouvé ca où?

<!-- @ --><style type="text/css"><![CDATA[
PRE.clsCode { font-size:110%; }
PRE.clsSyntax { font-size:100%; }
TD DIV.clsBeta { display:none;}

A:link { color:#0000ff; text-decoration:underline;}
A:visited { color:#0000ff; text-decoration:underline;}
A:hover { color:#3366ff; text-decoration:underline;}
MSHelp\:link {
color:#0000ff;
text-decoration:underline;
cursor:hand;
hoverColor:#3366ff;
filterString: ;}
]]></style><link href="ms-help://Hx/HxRuntime/HxLink.css" type="text/css" rel="stylesheet" />

<xml id="_topicdata" pagetype="constants" proj="WinUIHXS" name="Virtual-Key Codes" pubpath="/WinUI/WindowsUserInterface/UserInput/VirtualKeyCodes.htm"><!-- topic data --><root></root></xml>

<xml xmlns=""><mshelp:keyword index="A" term="_win32_Virtual_Key_Codes"></mshelp:keyword><mshelp:keyword index="A" term="_win32_Virtual_Key_Codes_cpp"></mshelp:keyword><mshelp:toctitle title="Virtual-Key Codes "></mshelp:toctitle><mshelp:rltitle title="Virtual-Key Codes "></mshelp:rltitle><mshelp:keyword index="F" term="Virtual-Key Codes"></mshelp:keyword><mshelp:keyword index="K" term="Virtual-Key Codes"></mshelp:keyword><mshelp:attr name="TopicType" value="kbRef"></mshelp:attr><mshelp:attr name="Locale" value="kbEnglish"></mshelp:attr><mshelp:attr name="DevLang" value="C++"></mshelp:attr><mshelp:attr name="Technology" value="WinUI"></mshelp:attr><mshelp:attr name="TechnologyVers" value="kbWinUI"></mshelp:attr><mshelp:attr name="DocSet" value="WCSDK"></mshelp:attr><mshelp:attr name="DocSet" value="LHSDK"></mshelp:attr><mshelp:attr name="DocSet" value="PSDK"></mshelp:attr><mshelp:attr name="TargetOS" value="Windows"></mshelp:attr><mshelp:attr name="TopicType" value="apiref"></mshelp:attr><mshelp:attr name="APIName" value="Virtual-Key Codes"></mshelp:attr><mshelp:attr name="APIType" value="COM"></mshelp:attr><mshelp:attr name="TopicType" value="kbSyntax"></mshelp:attr><mshelp:vtopic name="VK_LBUTTON"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LBUTTON" vtopic="VK_LBUTTON"></mshelp:keyword><mshelp:keyword index="K" term="VK_LBUTTON" vtopic="VK_LBUTTON"></mshelp:keyword><mshelp:vtopic name="VK_RBUTTON"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RBUTTON" vtopic="VK_RBUTTON"></mshelp:keyword><mshelp:keyword index="K" term="VK_RBUTTON" vtopic="VK_RBUTTON"></mshelp:keyword><mshelp:vtopic name="VK_CANCEL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CANCEL" vtopic="VK_CANCEL"></mshelp:keyword><mshelp:keyword index="K" term="VK_CANCEL" vtopic="VK_CANCEL"></mshelp:keyword><mshelp:vtopic name="VK_MBUTTON"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MBUTTON" vtopic="VK_MBUTTON"></mshelp:keyword><mshelp:keyword index="K" term="VK_MBUTTON" vtopic="VK_MBUTTON"></mshelp:keyword><mshelp:vtopic name="VK_XBUTTON1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_XBUTTON1" vtopic="VK_XBUTTON1"></mshelp:keyword><mshelp:keyword index="K" term="VK_XBUTTON1" vtopic="VK_XBUTTON1"></mshelp:keyword><mshelp:vtopic name="VK_XBUTTON2"></mshelp:vtopic><mshelp:keyword index="A" term="VK_XBUTTON2" vtopic="VK_XBUTTON2"></mshelp:keyword><mshelp:keyword index="K" term="VK_XBUTTON2" vtopic="VK_XBUTTON2"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_BACK"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BACK" vtopic="VK_BACK"></mshelp:keyword><mshelp:keyword index="K" term="VK_BACK" vtopic="VK_BACK"></mshelp:keyword><mshelp:vtopic name="VK_TAB"></mshelp:vtopic><mshelp:keyword index="A" term="VK_TAB" vtopic="VK_TAB"></mshelp:keyword><mshelp:keyword index="K" term="VK_TAB" vtopic="VK_TAB"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_CLEAR"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CLEAR" vtopic="VK_CLEAR"></mshelp:keyword><mshelp:keyword index="K" term="VK_CLEAR" vtopic="VK_CLEAR"></mshelp:keyword><mshelp:vtopic name="VK_RETURN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RETURN" vtopic="VK_RETURN"></mshelp:keyword><mshelp:keyword index="K" term="VK_RETURN" vtopic="VK_RETURN"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_SHIFT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SHIFT" vtopic="VK_SHIFT"></mshelp:keyword><mshelp:keyword index="K" term="VK_SHIFT" vtopic="VK_SHIFT"></mshelp:keyword><mshelp:vtopic name="VK_CONTROL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CONTROL" vtopic="VK_CONTROL"></mshelp:keyword><mshelp:keyword index="K" term="VK_CONTROL" vtopic="VK_CONTROL"></mshelp:keyword><mshelp:vtopic name="VK_MENU"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MENU" vtopic="VK_MENU"></mshelp:keyword><mshelp:keyword index="K" term="VK_MENU" vtopic="VK_MENU"></mshelp:keyword><mshelp:vtopic name="VK_PAUSE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PAUSE" vtopic="VK_PAUSE"></mshelp:keyword><mshelp:keyword index="K" term="VK_PAUSE" vtopic="VK_PAUSE"></mshelp:keyword><mshelp:vtopic name="VK_CAPITAL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CAPITAL" vtopic="VK_CAPITAL"></mshelp:keyword><mshelp:keyword index="K" term="VK_CAPITAL" vtopic="VK_CAPITAL"></mshelp:keyword><mshelp:vtopic name="VK_KANA"></mshelp:vtopic><mshelp:keyword index="A" term="VK_KANA" vtopic="VK_KANA"></mshelp:keyword><mshelp:keyword index="K" term="VK_KANA" vtopic="VK_KANA"></mshelp:keyword><mshelp:vtopic name="VK_HANGUEL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_HANGUEL" vtopic="VK_HANGUEL"></mshelp:keyword><mshelp:keyword index="K" term="VK_HANGUEL" vtopic="VK_HANGUEL"></mshelp:keyword><mshelp:vtopic name="VK_HANGUL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_HANGUL" vtopic="VK_HANGUL"></mshelp:keyword><mshelp:keyword index="K" term="VK_HANGUL" vtopic="VK_HANGUL"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_JUNJA"></mshelp:vtopic><mshelp:keyword index="A" term="VK_JUNJA" vtopic="VK_JUNJA"></mshelp:keyword><mshelp:keyword index="K" term="VK_JUNJA" vtopic="VK_JUNJA"></mshelp:keyword><mshelp:vtopic name="VK_FINAL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_FINAL" vtopic="VK_FINAL"></mshelp:keyword><mshelp:keyword index="K" term="VK_FINAL" vtopic="VK_FINAL"></mshelp:keyword><mshelp:vtopic name="VK_HANJA"></mshelp:vtopic><mshelp:keyword index="A" term="VK_HANJA" vtopic="VK_HANJA"></mshelp:keyword><mshelp:keyword index="K" term="VK_HANJA" vtopic="VK_HANJA"></mshelp:keyword><mshelp:vtopic name="VK_KANJI"></mshelp:vtopic><mshelp:keyword index="A" term="VK_KANJI" vtopic="VK_KANJI"></mshelp:keyword><mshelp:keyword index="K" term="VK_KANJI" vtopic="VK_KANJI"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_ESCAPE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_ESCAPE" vtopic="VK_ESCAPE"></mshelp:keyword><mshelp:keyword index="K" term="VK_ESCAPE" vtopic="VK_ESCAPE"></mshelp:keyword><mshelp:vtopic name="VK_CONVERT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CONVERT" vtopic="VK_CONVERT"></mshelp:keyword><mshelp:keyword index="K" term="VK_CONVERT" vtopic="VK_CONVERT"></mshelp:keyword><mshelp:vtopic name="VK_NONCONVERT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NONCONVERT" vtopic="VK_NONCONVERT"></mshelp:keyword><mshelp:keyword index="K" term="VK_NONCONVERT" vtopic="VK_NONCONVERT"></mshelp:keyword><mshelp:vtopic name="VK_ACCEPT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_ACCEPT" vtopic="VK_ACCEPT"></mshelp:keyword><mshelp:keyword index="K" term="VK_ACCEPT" vtopic="VK_ACCEPT"></mshelp:keyword><mshelp:vtopic name="VK_MODECHANGE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MODECHANGE" vtopic="VK_MODECHANGE"></mshelp:keyword><mshelp:keyword index="K" term="VK_MODECHANGE" vtopic="VK_MODECHANGE"></mshelp:keyword><mshelp:vtopic name="VK_SPACE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SPACE" vtopic="VK_SPACE"></mshelp:keyword><mshelp:keyword index="K" term="VK_SPACE" vtopic="VK_SPACE"></mshelp:keyword><mshelp:vtopic name="VK_PRIOR"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PRIOR" vtopic="VK_PRIOR"></mshelp:keyword><mshelp:keyword index="K" term="VK_PRIOR" vtopic="VK_PRIOR"></mshelp:keyword><mshelp:vtopic name="VK_NEXT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NEXT" vtopic="VK_NEXT"></mshelp:keyword><mshelp:keyword index="K" term="VK_NEXT" vtopic="VK_NEXT"></mshelp:keyword><mshelp:vtopic name="VK_END"></mshelp:vtopic><mshelp:keyword index="A" term="VK_END" vtopic="VK_END"></mshelp:keyword><mshelp:keyword index="K" term="VK_END" vtopic="VK_END"></mshelp:keyword><mshelp:vtopic name="VK_HOME"></mshelp:vtopic><mshelp:keyword index="A" term="VK_HOME" vtopic="VK_HOME"></mshelp:keyword><mshelp:keyword index="K" term="VK_HOME" vtopic="VK_HOME"></mshelp:keyword><mshelp:vtopic name="VK_LEFT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LEFT" vtopic="VK_LEFT"></mshelp:keyword><mshelp:keyword index="K" term="VK_LEFT" vtopic="VK_LEFT"></mshelp:keyword><mshelp:vtopic name="VK_UP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_UP" vtopic="VK_UP"></mshelp:keyword><mshelp:keyword index="K" term="VK_UP" vtopic="VK_UP"></mshelp:keyword><mshelp:vtopic name="VK_RIGHT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RIGHT" vtopic="VK_RIGHT"></mshelp:keyword><mshelp:keyword index="K" term="VK_RIGHT" vtopic="VK_RIGHT"></mshelp:keyword><mshelp:vtopic name="VK_DOWN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_DOWN" vtopic="VK_DOWN"></mshelp:keyword><mshelp:keyword index="K" term="VK_DOWN" vtopic="VK_DOWN"></mshelp:keyword><mshelp:vtopic name="VK_SELECT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SELECT" vtopic="VK_SELECT"></mshelp:keyword><mshelp:keyword index="K" term="VK_SELECT" vtopic="VK_SELECT"></mshelp:keyword><mshelp:vtopic name="VK_PRINT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PRINT" vtopic="VK_PRINT"></mshelp:keyword><mshelp:keyword index="K" term="VK_PRINT" vtopic="VK_PRINT"></mshelp:keyword><mshelp:vtopic name="VK_EXECUTE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_EXECUTE" vtopic="VK_EXECUTE"></mshelp:keyword><mshelp:keyword index="K" term="VK_EXECUTE" vtopic="VK_EXECUTE"></mshelp:keyword><mshelp:vtopic name="VK_SNAPSHOT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SNAPSHOT" vtopic="VK_SNAPSHOT"></mshelp:keyword><mshelp:keyword index="K" term="VK_SNAPSHOT" vtopic="VK_SNAPSHOT"></mshelp:keyword><mshelp:vtopic name="VK_INSERT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_INSERT" vtopic="VK_INSERT"></mshelp:keyword><mshelp:keyword index="K" term="VK_INSERT" vtopic="VK_INSERT"></mshelp:keyword><mshelp:vtopic name="VK_DELETE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_DELETE" vtopic="VK_DELETE"></mshelp:keyword><mshelp:keyword index="K" term="VK_DELETE" vtopic="VK_DELETE"></mshelp:keyword><mshelp:vtopic name="VK_HELP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_HELP" vtopic="VK_HELP"></mshelp:keyword><mshelp:keyword index="K" term="VK_HELP" vtopic="VK_HELP"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="VK_LWIN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LWIN" vtopic="VK_LWIN"></mshelp:keyword><mshelp:keyword index="K" term="VK_LWIN" vtopic="VK_LWIN"></mshelp:keyword><mshelp:vtopic name="VK_RWIN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RWIN" vtopic="VK_RWIN"></mshelp:keyword><mshelp:keyword index="K" term="VK_RWIN" vtopic="VK_RWIN"></mshelp:keyword><mshelp:vtopic name="VK_APPS"></mshelp:vtopic><mshelp:keyword index="A" term="VK_APPS" vtopic="VK_APPS"></mshelp:keyword><mshelp:keyword index="K" term="VK_APPS" vtopic="VK_APPS"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_SLEEP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SLEEP" vtopic="VK_SLEEP"></mshelp:keyword><mshelp:keyword index="K" term="VK_SLEEP" vtopic="VK_SLEEP"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD0"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD0" vtopic="VK_NUMPAD0"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD0" vtopic="VK_NUMPAD0"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD1" vtopic="VK_NUMPAD1"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD1" vtopic="VK_NUMPAD1"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD2"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD2" vtopic="VK_NUMPAD2"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD2" vtopic="VK_NUMPAD2"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD3"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD3" vtopic="VK_NUMPAD3"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD3" vtopic="VK_NUMPAD3"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD4"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD4" vtopic="VK_NUMPAD4"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD4" vtopic="VK_NUMPAD4"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD5"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD5" vtopic="VK_NUMPAD5"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD5" vtopic="VK_NUMPAD5"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD6"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD6" vtopic="VK_NUMPAD6"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD6" vtopic="VK_NUMPAD6"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD7"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD7" vtopic="VK_NUMPAD7"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD7" vtopic="VK_NUMPAD7"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD8"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD8" vtopic="VK_NUMPAD8"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD8" vtopic="VK_NUMPAD8"></mshelp:keyword><mshelp:vtopic name="VK_NUMPAD9"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMPAD9" vtopic="VK_NUMPAD9"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMPAD9" vtopic="VK_NUMPAD9"></mshelp:keyword><mshelp:vtopic name="VK_MULTIPLY"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MULTIPLY" vtopic="VK_MULTIPLY"></mshelp:keyword><mshelp:keyword index="K" term="VK_MULTIPLY" vtopic="VK_MULTIPLY"></mshelp:keyword><mshelp:vtopic name="VK_ADD"></mshelp:vtopic><mshelp:keyword index="A" term="VK_ADD" vtopic="VK_ADD"></mshelp:keyword><mshelp:keyword index="K" term="VK_ADD" vtopic="VK_ADD"></mshelp:keyword><mshelp:vtopic name="VK_SEPARATOR"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SEPARATOR" vtopic="VK_SEPARATOR"></mshelp:keyword><mshelp:keyword index="K" term="VK_SEPARATOR" vtopic="VK_SEPARATOR"></mshelp:keyword><mshelp:vtopic name="VK_SUBTRACT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SUBTRACT" vtopic="VK_SUBTRACT"></mshelp:keyword><mshelp:keyword index="K" term="VK_SUBTRACT" vtopic="VK_SUBTRACT"></mshelp:keyword><mshelp:vtopic name="VK_DECIMAL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_DECIMAL" vtopic="VK_DECIMAL"></mshelp:keyword><mshelp:keyword index="K" term="VK_DECIMAL" vtopic="VK_DECIMAL"></mshelp:keyword><mshelp:vtopic name="VK_DIVIDE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_DIVIDE" vtopic="VK_DIVIDE"></mshelp:keyword><mshelp:keyword index="K" term="VK_DIVIDE" vtopic="VK_DIVIDE"></mshelp:keyword><mshelp:vtopic name="VK_F1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F1" vtopic="VK_F1"></mshelp:keyword><mshelp:keyword index="K" term="VK_F1" vtopic="VK_F1"></mshelp:keyword><mshelp:vtopic name="VK_F2"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F2" vtopic="VK_F2"></mshelp:keyword><mshelp:keyword index="K" term="VK_F2" vtopic="VK_F2"></mshelp:keyword><mshelp:vtopic name="VK_F3"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F3" vtopic="VK_F3"></mshelp:keyword><mshelp:keyword index="K" term="VK_F3" vtopic="VK_F3"></mshelp:keyword><mshelp:vtopic name="VK_F4"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F4" vtopic="VK_F4"></mshelp:keyword><mshelp:keyword index="K" term="VK_F4" vtopic="VK_F4"></mshelp:keyword><mshelp:vtopic name="VK_F5"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F5" vtopic="VK_F5"></mshelp:keyword><mshelp:keyword index="K" term="VK_F5" vtopic="VK_F5"></mshelp:keyword><mshelp:vtopic name="VK_F6"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F6" vtopic="VK_F6"></mshelp:keyword><mshelp:keyword index="K" term="VK_F6" vtopic="VK_F6"></mshelp:keyword><mshelp:vtopic name="VK_F7"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F7" vtopic="VK_F7"></mshelp:keyword><mshelp:keyword index="K" term="VK_F7" vtopic="VK_F7"></mshelp:keyword><mshelp:vtopic name="VK_F8"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F8" vtopic="VK_F8"></mshelp:keyword><mshelp:keyword index="K" term="VK_F8" vtopic="VK_F8"></mshelp:keyword><mshelp:vtopic name="VK_F9"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F9" vtopic="VK_F9"></mshelp:keyword><mshelp:keyword index="K" term="VK_F9" vtopic="VK_F9"></mshelp:keyword><mshelp:vtopic name="VK_F10"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F10" vtopic="VK_F10"></mshelp:keyword><mshelp:keyword index="K" term="VK_F10" vtopic="VK_F10"></mshelp:keyword><mshelp:vtopic name="VK_F11"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F11" vtopic="VK_F11"></mshelp:keyword><mshelp:keyword index="K" term="VK_F11" vtopic="VK_F11"></mshelp:keyword><mshelp:vtopic name="VK_F12"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F12" vtopic="VK_F12"></mshelp:keyword><mshelp:keyword index="K" term="VK_F12" vtopic="VK_F12"></mshelp:keyword><mshelp:vtopic name="VK_F13"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F13" vtopic="VK_F13"></mshelp:keyword><mshelp:keyword index="K" term="VK_F13" vtopic="VK_F13"></mshelp:keyword><mshelp:vtopic name="VK_F14"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F14" vtopic="VK_F14"></mshelp:keyword><mshelp:keyword index="K" term="VK_F14" vtopic="VK_F14"></mshelp:keyword><mshelp:vtopic name="VK_F15"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F15" vtopic="VK_F15"></mshelp:keyword><mshelp:keyword index="K" term="VK_F15" vtopic="VK_F15"></mshelp:keyword><mshelp:vtopic name="VK_F16"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F16" vtopic="VK_F16"></mshelp:keyword><mshelp:keyword index="K" term="VK_F16" vtopic="VK_F16"></mshelp:keyword><mshelp:vtopic name="VK_F17"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F17" vtopic="VK_F17"></mshelp:keyword><mshelp:keyword index="K" term="VK_F17" vtopic="VK_F17"></mshelp:keyword><mshelp:vtopic name="VK_F18"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F18" vtopic="VK_F18"></mshelp:keyword><mshelp:keyword index="K" term="VK_F18" vtopic="VK_F18"></mshelp:keyword><mshelp:vtopic name="VK_F19"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F19" vtopic="VK_F19"></mshelp:keyword><mshelp:keyword index="K" term="VK_F19" vtopic="VK_F19"></mshelp:keyword><mshelp:vtopic name="VK_F20"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F20" vtopic="VK_F20"></mshelp:keyword><mshelp:keyword index="K" term="VK_F20" vtopic="VK_F20"></mshelp:keyword><mshelp:vtopic name="VK_F21"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F21" vtopic="VK_F21"></mshelp:keyword><mshelp:keyword index="K" term="VK_F21" vtopic="VK_F21"></mshelp:keyword><mshelp:vtopic name="VK_F22"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F22" vtopic="VK_F22"></mshelp:keyword><mshelp:keyword index="K" term="VK_F22" vtopic="VK_F22"></mshelp:keyword><mshelp:vtopic name="VK_F23"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F23" vtopic="VK_F23"></mshelp:keyword><mshelp:keyword index="K" term="VK_F23" vtopic="VK_F23"></mshelp:keyword><mshelp:vtopic name="VK_F24"></mshelp:vtopic><mshelp:keyword index="A" term="VK_F24" vtopic="VK_F24"></mshelp:keyword><mshelp:keyword index="K" term="VK_F24" vtopic="VK_F24"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_NUMLOCK"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NUMLOCK" vtopic="VK_NUMLOCK"></mshelp:keyword><mshelp:keyword index="K" term="VK_NUMLOCK" vtopic="VK_NUMLOCK"></mshelp:keyword><mshelp:vtopic name="VK_SCROLL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_SCROLL" vtopic="VK_SCROLL"></mshelp:keyword><mshelp:keyword index="K" term="VK_SCROLL" vtopic="VK_SCROLL"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_LSHIFT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LSHIFT" vtopic="VK_LSHIFT"></mshelp:keyword><mshelp:keyword index="K" term="VK_LSHIFT" vtopic="VK_LSHIFT"></mshelp:keyword><mshelp:vtopic name="VK_RSHIFT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RSHIFT" vtopic="VK_RSHIFT"></mshelp:keyword><mshelp:keyword index="K" term="VK_RSHIFT" vtopic="VK_RSHIFT"></mshelp:keyword><mshelp:vtopic name="VK_LCONTROL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LCONTROL" vtopic="VK_LCONTROL"></mshelp:keyword><mshelp:keyword index="K" term="VK_LCONTROL" vtopic="VK_LCONTROL"></mshelp:keyword><mshelp:vtopic name="VK_RCONTROL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RCONTROL" vtopic="VK_RCONTROL"></mshelp:keyword><mshelp:keyword index="K" term="VK_RCONTROL" vtopic="VK_RCONTROL"></mshelp:keyword><mshelp:vtopic name="VK_LMENU"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LMENU" vtopic="VK_LMENU"></mshelp:keyword><mshelp:keyword index="K" term="VK_LMENU" vtopic="VK_LMENU"></mshelp:keyword><mshelp:vtopic name="VK_RMENU"></mshelp:vtopic><mshelp:keyword index="A" term="VK_RMENU" vtopic="VK_RMENU"></mshelp:keyword><mshelp:keyword index="K" term="VK_RMENU" vtopic="VK_RMENU"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_BACK"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_BACK" vtopic="VK_BROWSER_BACK"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_BACK" vtopic="VK_BROWSER_BACK"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_FORWARD"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_FORWARD" vtopic="VK_BROWSER_FORWARD"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_FORWARD" vtopic="VK_BROWSER_FORWARD"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_REFRESH"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_REFRESH" vtopic="VK_BROWSER_REFRESH"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_REFRESH" vtopic="VK_BROWSER_REFRESH"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_STOP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_STOP" vtopic="VK_BROWSER_STOP"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_STOP" vtopic="VK_BROWSER_STOP"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_SEARCH"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_SEARCH" vtopic="VK_BROWSER_SEARCH"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_SEARCH" vtopic="VK_BROWSER_SEARCH"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_FAVORITES"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_FAVORITES" vtopic="VK_BROWSER_FAVORITES"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_FAVORITES" vtopic="VK_BROWSER_FAVORITES"></mshelp:keyword><mshelp:vtopic name="VK_BROWSER_HOME"></mshelp:vtopic><mshelp:keyword index="A" term="VK_BROWSER_HOME" vtopic="VK_BROWSER_HOME"></mshelp:keyword><mshelp:keyword index="K" term="VK_BROWSER_HOME" vtopic="VK_BROWSER_HOME"></mshelp:keyword><mshelp:vtopic name="VK_VOLUME_MUTE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_VOLUME_MUTE" vtopic="VK_VOLUME_MUTE"></mshelp:keyword><mshelp:keyword index="K" term="VK_VOLUME_MUTE" vtopic="VK_VOLUME_MUTE"></mshelp:keyword><mshelp:vtopic name="VK_VOLUME_DOWN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_VOLUME_DOWN" vtopic="VK_VOLUME_DOWN"></mshelp:keyword><mshelp:keyword index="K" term="VK_VOLUME_DOWN" vtopic="VK_VOLUME_DOWN"></mshelp:keyword><mshelp:vtopic name="VK_VOLUME_UP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_VOLUME_UP" vtopic="VK_VOLUME_UP"></mshelp:keyword><mshelp:keyword index="K" term="VK_VOLUME_UP" vtopic="VK_VOLUME_UP"></mshelp:keyword><mshelp:vtopic name="VK_MEDIA_NEXT_TRACK"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MEDIA_NEXT_TRACK" vtopic="VK_MEDIA_NEXT_TRACK"></mshelp:keyword><mshelp:keyword index="K" term="VK_MEDIA_NEXT_TRACK" vtopic="VK_MEDIA_NEXT_TRACK"></mshelp:keyword><mshelp:vtopic name="VK_MEDIA_PREV_TRACK"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MEDIA_PREV_TRACK" vtopic="VK_MEDIA_PREV_TRACK"></mshelp:keyword><mshelp:keyword index="K" term="VK_MEDIA_PREV_TRACK" vtopic="VK_MEDIA_PREV_TRACK"></mshelp:keyword><mshelp:vtopic name="VK_MEDIA_STOP"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MEDIA_STOP" vtopic="VK_MEDIA_STOP"></mshelp:keyword><mshelp:keyword index="K" term="VK_MEDIA_STOP" vtopic="VK_MEDIA_STOP"></mshelp:keyword><mshelp:vtopic name="VK_MEDIA_PLAY_PAUSE"></mshelp:vtopic><mshelp:keyword index="A" term="VK_MEDIA_PLAY_PAUSE" vtopic="VK_MEDIA_PLAY_PAUSE"></mshelp:keyword><mshelp:keyword index="K" term="VK_MEDIA_PLAY_PAUSE" vtopic="VK_MEDIA_PLAY_PAUSE"></mshelp:keyword><mshelp:vtopic name="VK_LAUNCH_MAIL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LAUNCH_MAIL" vtopic="VK_LAUNCH_MAIL"></mshelp:keyword><mshelp:keyword index="K" term="VK_LAUNCH_MAIL" vtopic="VK_LAUNCH_MAIL"></mshelp:keyword><mshelp:vtopic name="VK_LAUNCH_MEDIA_SELECT"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LAUNCH_MEDIA_SELECT" vtopic="VK_LAUNCH_MEDIA_SELECT"></mshelp:keyword><mshelp:keyword index="K" term="VK_LAUNCH_MEDIA_SELECT" vtopic="VK_LAUNCH_MEDIA_SELECT"></mshelp:keyword><mshelp:vtopic name="VK_LAUNCH_APP1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LAUNCH_APP1" vtopic="VK_LAUNCH_APP1"></mshelp:keyword><mshelp:keyword index="K" term="VK_LAUNCH_APP1" vtopic="VK_LAUNCH_APP1"></mshelp:keyword><mshelp:vtopic name="VK_LAUNCH_APP2"></mshelp:vtopic><mshelp:keyword index="A" term="VK_LAUNCH_APP2" vtopic="VK_LAUNCH_APP2"></mshelp:keyword><mshelp:keyword index="K" term="VK_LAUNCH_APP2" vtopic="VK_LAUNCH_APP2"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_OEM_1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_1" vtopic="VK_OEM_1"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_1" vtopic="VK_OEM_1"></mshelp:keyword><mshelp:vtopic name="VK_OEM_PLUS"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_PLUS" vtopic="VK_OEM_PLUS"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_PLUS" vtopic="VK_OEM_PLUS"></mshelp:keyword><mshelp:vtopic name="VK_OEM_COMMA"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_COMMA" vtopic="VK_OEM_COMMA"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_COMMA" vtopic="VK_OEM_COMMA"></mshelp:keyword><mshelp:vtopic name="VK_OEM_MINUS"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_MINUS" vtopic="VK_OEM_MINUS"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_MINUS" vtopic="VK_OEM_MINUS"></mshelp:keyword><mshelp:vtopic name="VK_OEM_PERIOD"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_PERIOD" vtopic="VK_OEM_PERIOD"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_PERIOD" vtopic="VK_OEM_PERIOD"></mshelp:keyword><mshelp:vtopic name="VK_OEM_2"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_2" vtopic="VK_OEM_2"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_2" vtopic="VK_OEM_2"></mshelp:keyword><mshelp:vtopic name="VK_OEM_3"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_3" vtopic="VK_OEM_3"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_3" vtopic="VK_OEM_3"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name="VK_OEM_4"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_4" vtopic="VK_OEM_4"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_4" vtopic="VK_OEM_4"></mshelp:keyword><mshelp:vtopic name="VK_OEM_5"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_5" vtopic="VK_OEM_5"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_5" vtopic="VK_OEM_5"></mshelp:keyword><mshelp:vtopic name="VK_OEM_6"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_6" vtopic="VK_OEM_6"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_6" vtopic="VK_OEM_6"></mshelp:keyword><mshelp:vtopic name="VK_OEM_7"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_7" vtopic="VK_OEM_7"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_7" vtopic="VK_OEM_7"></mshelp:keyword><mshelp:vtopic name="VK_OEM_8"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_8" vtopic="VK_OEM_8"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_8" vtopic="VK_OEM_8"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="VK_OEM_102"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_102" vtopic="VK_OEM_102"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_102" vtopic="VK_OEM_102"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="VK_PROCESSKEY"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PROCESSKEY" vtopic="VK_PROCESSKEY"></mshelp:keyword><mshelp:keyword index="K" term="VK_PROCESSKEY" vtopic="VK_PROCESSKEY"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="VK_PACKET"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PACKET" vtopic="VK_PACKET"></mshelp:keyword><mshelp:keyword index="K" term="VK_PACKET" vtopic="VK_PACKET"></mshelp:keyword><mshelp:vtopic name="-"></mshelp:vtopic><mshelp:keyword index="A" term="-" vtopic="-"></mshelp:keyword><mshelp:keyword index="K" term="-" vtopic="-"></mshelp:keyword><mshelp:vtopic name=""></mshelp:vtopic><mshelp:keyword index="A" term="" vtopic=""></mshelp:keyword><mshelp:keyword index="K" term="" vtopic=""></mshelp:keyword><mshelp:vtopic name="VK_ATTN"></mshelp:vtopic><mshelp:keyword index="A" term="VK_ATTN" vtopic="VK_ATTN"></mshelp:keyword><mshelp:keyword index="K" term="VK_ATTN" vtopic="VK_ATTN"></mshelp:keyword><mshelp:vtopic name="VK_CRSEL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_CRSEL" vtopic="VK_CRSEL"></mshelp:keyword><mshelp:keyword index="K" term="VK_CRSEL" vtopic="VK_CRSEL"></mshelp:keyword><mshelp:vtopic name="VK_EXSEL"></mshelp:vtopic><mshelp:keyword index="A" term="VK_EXSEL" vtopic="VK_EXSEL"></mshelp:keyword><mshelp:keyword index="K" term="VK_EXSEL" vtopic="VK_EXSEL"></mshelp:keyword><mshelp:vtopic name="VK_EREOF"></mshelp:vtopic><mshelp:keyword index="A" term="VK_EREOF" vtopic="VK_EREOF"></mshelp:keyword><mshelp:keyword index="K" term="VK_EREOF" vtopic="VK_EREOF"></mshelp:keyword><mshelp:vtopic name="VK_PLAY"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PLAY" vtopic="VK_PLAY"></mshelp:keyword><mshelp:keyword index="K" term="VK_PLAY" vtopic="VK_PLAY"></mshelp:keyword><mshelp:vtopic name="VK_ZOOM"></mshelp:vtopic><mshelp:keyword index="A" term="VK_ZOOM" vtopic="VK_ZOOM"></mshelp:keyword><mshelp:keyword index="K" term="VK_ZOOM" vtopic="VK_ZOOM"></mshelp:keyword><mshelp:vtopic name="VK_NONAME"></mshelp:vtopic><mshelp:keyword index="A" term="VK_NONAME" vtopic="VK_NONAME"></mshelp:keyword><mshelp:keyword index="K" term="VK_NONAME" vtopic="VK_NONAME"></mshelp:keyword><mshelp:vtopic name="VK_PA1"></mshelp:vtopic><mshelp:keyword index="A" term="VK_PA1" vtopic="VK_PA1"></mshelp:keyword><mshelp:keyword index="K" term="VK_PA1" vtopic="VK_PA1"></mshelp:keyword><mshelp:vtopic name="VK_OEM_CLEAR"></mshelp:vtopic><mshelp:keyword index="A" term="VK_OEM_CLEAR" vtopic="VK_OEM_CLEAR"></mshelp:keyword><mshelp:keyword index="K" term="VK_OEM_CLEAR" vtopic="VK_OEM_CLEAR"></mshelp:keyword></xml>

_____________________________________
Un éditeur de ressources gratuit pour Windows
0
mortalino Messages postés 6786 Date d'inscription vendredi 16 décembre 2005 Statut Membre Dernière intervention 21 décembre 2011 18
6 nov. 2006 à 05:18
Salut,

si si, ils y sont.
A moins qu'il y ait problème d'affichage (ayant réduit la largeur du tableau)
Je l'ai récupéré dans une des sources de DarkSidious, c'est un .chm qui liste une petite partie des principales Apis. (Ca dépanne de l'avoir sous la main)  ;)

@++

<hr size="2" width="100%" />
  --Mortalino--
Le mystérieux chevalier, "Provençal, le Gaulois"
<!--
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
6 nov. 2006 à 05:27
Oui ils sont dans ton tableau, mais pas dans la MSDN (regarde le lien que j'ai mis plus haut), et le compilo ne les connait pas non plus

_____________________________________
Un éditeur de ressources gratuit pour Windows
0
mortalino Messages postés 6786 Date d'inscription vendredi 16 décembre 2005 Statut Membre Dernière intervention 21 décembre 2011 18
6 nov. 2006 à 06:14
"le compilo ne les connait pas non plus" : c'est normal, ce ne sont pas des constantes intégrées à un langage (quoi qu'il serait possible de les intégrer) mais des constantes faites par soi-même, et on attribue la valeur hexa.
Pour le lien, microsoft ne donne pas de nom de constante mais les valeur de A à Z apparaissent bien.

Par exemple, VK_A  pour VirtualKey_A mais si je veux je la nomme Touche_A, tant que je lui attribue la bonne valeur.

C'est pour ça que j'ai téléchargé cette source de Dark, car même sur AllApi, tu n'as pas ce tableau (ou alors, je suis passé au travers). C'est donc un complément.

@++

<hr width="100%" size="2" />
  --Mortalino--
Le mystérieux chevalier, "Provençal, le Gaulois"
/DIV>
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
6 nov. 2006 à 06:26
Merci pour ce petit rappel sur les constantes :)
Ce que je voulais dire, c'est que VK_F1 et les autres sont définies dans winuser.h, mais pas VK_1..VK9 ni VK_A..VK_Z, tu peux regarder par toi même

_____________________________________
Un éditeur de ressources gratuit pour Windows
0
mortalino Messages postés 6786 Date d'inscription vendredi 16 décembre 2005 Statut Membre Dernière intervention 21 décembre 2011 18
6 nov. 2006 à 06:37
"Merci pour ce petit rappel sur les constantes :)"  :  désolé :$  je ne doutais pas de tes connaissances.

Sinon, oui, tu as raison, et je ne sais pas pourquoi, je n'ai qu'une supposition :
VirtualKey : c'est donc les touches d'un clavier, ayant le format azerty et qwerty, peut-être pour ça qu'elle ne sont pas déclarées, laissant l'utilisateur le faire selon la config ?
Contrairement aux caractères ascii : A, c'est A, peut importe sa position sur la clavier.

Est ce une bonne supposition ?
Si c'est non, bah je sais pas pourquoi alors.  ;)

@++

<hr width="100%" size="2" />
  --Mortalino--
Le mystérieux chevalier, "Provençal, le Gaulois"
/DIV>
0
vecchio56 Messages postés 6535 Date d'inscription lundi 16 décembre 2002 Statut Membre Dernière intervention 22 août 2010 14
6 nov. 2006 à 06:46
En fait pour la touche A, on utilise le code ascii de A ('A'). Ils auraient très bien pu définir VK_A comme égal à 'A', je ne sais pas pourquoi ils ne l'ont pas fait

_____________________________________
Un éditeur de ressources gratuit pour Windows
0
Rejoignez-nous