OnLButtonDblClk In TabControl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Guys, I am trying to use OnLButtonDblClk() in TabControl, so I want to do is When someone double clicks in tab Control I Want Tabcontrol resize to my mainframe so it will be overlapped to formview and only tabcontrol will be visible in mainframe. Tabcontrol is inside FrameView. So anyone got an idea how to Solve this Problem?