how do i make my application to receive the windows messages
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hello all, here i am designing an SDI Doc/View application. Instead CView i had used the CFormView to display my dialog inthe view. As given in the MSDN, i had followed a procedure to change that dialog in the view dynamically. But the problem is that the newly displayed dialog is not responding for various events(WM_COMMAND,...). How shall i make it to work properly. ComputerNewton