How to get message when tab is changed in one MDI multiple tab application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to get message when tab is changed in one MDI multiple tab application? I have created one multipe tab application with VS2008 feature pack. I hope to add some process when user change the tab by clicking.I derived MainFrame from CMDIFrameWndEx. I use CHTMLView as view base class. But I failed to find the message for tab swithcing. Is there someone who can help me? Thanks in advance.