The information in this article applies to:
SUMMARY
When a modal dialog box is created, Windows uses its own message loop,
which is stored in USER. If the application takes responsibility for
processing messages [using a PeekMessage() loop], then IsDialogMessage()
must be used to pass appropriate messages to the dialog box.
If technique is not used, accelerator keys in the dialog box will not
function properly.
For additional information on the proper use of PeekMessage() loops, please see the following articles in the Microsoft Knowledge Base: Some CTRL Accelerator Keys Conflict with Edit Controls Additional query words:
Keywords : kbcode kbDlg kbGrpUser kbWinOS310 kbWndw kbWndwMsg kbWinOS300 kbwin16sdkfaq |
Last Reviewed: December 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |