The information in this article applies to:
SYMPTOMSWhen implementing the FindText and/or ReplaceText common dialog box, the dialog box is displayed but the TAB key and mnemonics do not work properly. CAUSEThe FindText and ReplaceText common dialog boxes are modeless dialog boxes. Therefore, a call to IsDialogMessage must be made in the application's main message loop in order for the TAB key and mnemonics to work properly. RESOLUTIONThis problem can be corrected by adding a call to IsDialogMessage() in the application's main message loop. MORE INFORMATIONA typical message loop might resemble the following:
Where ghFFRDlg is a global window handle for the currently active modeless
common dialog box.
Additional query words:
Keywords : kbCmnDlg kbCmnDlgFind kbCmnDlgRepl kbNTOS kbWinOS2000 kbSDKWin32 kbGrpUser kbWinOS |
Last Reviewed: January 26, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |