How to set breakpoint to step through CTabCtrl draw ... [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'd like to step through the Microsoft code for dawing a CTabCtrl. In winctrl2.cpp, CTabCtrl::DrawItem consists only of ASSERT (FALSE); When I put a breakpoint here, it is not hit. If I put a break at CWnd::OnDrawItem it is hit, but stepping through doesn't land in the drawing code, and I don't know where to put a break to see the code that does the computations for the drawing. Can you tell me how to set a breakpoint so I can step through this code? Thanks.
modified on Thursday, May 20, 2010 6:05 PM