Problems with MFCTabCtrl/MDITabbedControl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I have a problema with MDITabbedControl. - Open multiple MDI tab screens - Select a tab from one of them and start moving it. Drop it on the "X" thing that closes the screen from another tab - Now move your mouse over the other tabs. As the mouse passes over the tab, the tab still captured, mouse doesn't release the capture. I try overloading pretranslatemsg, catching the message WM_LBUTTONUP, but still happens when during a drag/drop I click on close button.