MFC Divers
From Mesdoc
(Difference between revisions)
(5 intermediate revisions not shown) | |||
Line 11: | Line 11: | ||
* Association d'une commande de menu à une touche accélérateur | * Association d'une commande de menu à une touche accélérateur | ||
http://msdn2.microsoft.com/fr-fr/library/sb0sb21a.aspx | http://msdn2.microsoft.com/fr-fr/library/sb0sb21a.aspx | ||
+ | |||
+ | * Ajout d'une entrée dans une table d'accélérateurs | ||
+ | http://msdn2.microsoft.com/fr-fr/library/5967h0k4.aspx | ||
+ | |||
+ | * Éditeur d'accélérateurs | ||
+ | http://msdn2.microsoft.com/fr-fr/library/ac6d7wde.aspx | ||
+ | |||
+ | * Definition des Ptes d'un accelerateur | ||
+ | http://msdn2.microsoft.com/fr-fr/library/2tcee4w9.aspx | ||
+ | |||
+ | * Probleme avec les Dialog Based Application | ||
+ | http://www.codeguru.com/forum/showthread.php?t=267664 |
Current revision as of 09:15, 28 August 2006
- RAccourcis clavier
http://msdn2.microsoft.com/fr-fr/library/ac6d7wde.aspx
- Comment : utiliser les combinaisons de touches de raccourci
http://msdn2.microsoft.com/fr-fr/library/5zwses53.aspx
- UItiliser uniquement le clavier
http://msdn2.microsoft.com/fr-fr/library/k8hcfy22.aspx
- Association d'une commande de menu à une touche accélérateur
http://msdn2.microsoft.com/fr-fr/library/sb0sb21a.aspx
- Ajout d'une entrée dans une table d'accélérateurs
http://msdn2.microsoft.com/fr-fr/library/5967h0k4.aspx
- Éditeur d'accélérateurs
http://msdn2.microsoft.com/fr-fr/library/ac6d7wde.aspx
- Definition des Ptes d'un accelerateur
http://msdn2.microsoft.com/fr-fr/library/2tcee4w9.aspx
- Probleme avec les Dialog Based Application