how to move the event handler from main view
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've got a single document application that has a CFormView for the main window, then inside the CFormView I have a CTabControl that uses a custom CDialog class for each tab. I would like to move the event handling from the main CFormView class to the CDialog class for each tab. When I add a event handler to the dialog class it never gets called. Is this how you would code a tab control and why doesn't this work? Thanks Hua-Ying