The MFC CreateControl()
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
Hi When i insert component like the MicrosoftBrowser, the studio automatically creates a wrapper class for the control, and in this wrapper class there is a function call: CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID) does anyone know what this does? Since i would like to implement this in pure win32api without any intervention from Microsoft Visual studio or wizard! Any constructive suggestion are highly appreciated. Regard,