c++ - In MSVC there are such things as MFC custom controls (design time), is there a such thing as a win32 custom control? -
in microsoft visual c++ (visual studio) 1 can create design time controls drag , drop on dialogs using mfc.
for example http://www.codeproject.com/articles/521/creating-custom-controls
my question is: can 1 develop win32 custom controls can drag , drop onto dialog @ design time, without using mfc? or win32 programming stuck controls win32 offers (i.e. edit, listbox, checkbox, etc.).
does visual studio c++ ide allow create mfc custom controls @ design time, , win32 must create custom controls @ run time?
Comments
Post a Comment