Todor Atanasov
2013-05-04 21:07:15 UTC
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.
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.