Event
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Helo! What should i do to notify an envent to de Frame when y click left mouse on a view thanks!
handle WM_LBUTTONDOWN if using MFC: add an OnLButtonDown handler
-
handle WM_LBUTTONDOWN if using MFC: add an OnLButtonDown handler
-
Look into the CFrameWnd::RecalcLayout function. No shirt, no shoes, no brains, no service.