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

custom control

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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -