Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Nobody
Date: Aug 25, 2007 15:03
... windowless control, you should always use the COleControl member functions instead of the corresponding CWnd member functions or...::OnDraw(CDC* pDC); So, In order for me to keep developing both controls, I suppose I have to do something like this. CMyControl::OnDraw(CDC... uses a different sort of registration. Is that generally how developing both kind of controls is done, before I jump head...
|