BUG: CDialogBar Does Not Forward Child Control Messages to Main Window for Windows CE (252413)
The information in this article applies to:
- Microsoft Windows CE Toolkit for Visual C++ 6.0
This article was previously published under Q252413 SYMPTOMS
In Windows CE, when using the CDialogBar MFC class with standard Windows controls on it, the main window (CMainFrame) does not get notification messages from the controls on the dialog bar. For example, if you place a button control on the dialog bar, the BN_CLICKED message handler in CMainFrame is not called.
RESOLUTION
To work around this problem subclass CDialogBar with your own class to handle the messages from its child controls and forward them to the main window.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 3/6/2000 |
---|
Keywords: | kbArchitecture kbbug kbDSupport kbMFCCtrlBar KB252413 kbAudDeveloper |
---|
|