Todor Atanasov
unread,May 4, 2013, 5:07:15 PM5/4/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi guys, it is me again.
I have some questions about creating dynamically windows in MFC and calling functions from it.
I create window with
CWnd chils;
child.CreateEx(...);
child.ShowWindow(SW_SHOW);
But then how to call/overload functions like: OnPaint, OnMouseMove and so on in that window?
T.