PB MFC

From Mesdoc

(Difference between revisions)
 
(One intermediate revision not shown)
Line 17: Line 17:
http://www.flounder.com/dialogapp.htm
http://www.flounder.com/dialogapp.htm
 +
 +
 +
 +
http://www.developpez.net/forums/showthread.php?t=40115
 +
 +
* Comment accederClasswizzar
 +
Cette rubrique décrit l'emplacement auquel vous pouvez accéder aux fonctionnalités ClassWizard et WizardBar dans Visual C++.
 +
http://msdn2.microsoft.com/fr-fr/library/6761383e.aspx

Current revision as of 13:40, 24 August 2006

PB raccourcis

hAccelTable dialog

http://www.codeproject.com/ce/ltwtdlg.asp


  • Keyboard messages/accelerators handling in MFC dialog based applications

http://www.codeproject.com/dialog/pretransdialog01.asp


Let's say you have a menu in your dialog based app. And you have an accelerator key for some particular task. You'll soon be disappointed to find that the hotkey does not work. The problem is that the modal dialog app's message loop does not call TranslateAccelerator. I do not know why this is so. Presumable the Microsoft team decided that people shouldn't use dialog based apps to write complicated applications, with hotkeys and menus.


  • Dialog App

http://www.flounder.com/dialogapp.htm


http://www.developpez.net/forums/showthread.php?t=40115

  • Comment accederClasswizzar

Cette rubrique décrit l'emplacement auquel vous pouvez accéder aux fonctionnalités ClassWizard et WizardBar dans Visual C++. http://msdn2.microsoft.com/fr-fr/library/6761383e.aspx

Personal tools