Wednesday, 15 July 2015

c++ - In MSVC there are such things as MFC custom controls (design time), is there a such thing as a win32 custom control? -


Microsoft Visual C ++ (Visual Studio) can create a design time control, which you drag and drop while using MFC.

For example

custom control

< P> My question is: Can you develop Win32 custom controls that you can drag and drop on your dialogue at design time without using MFC? Or with Win32 Programming you get stuck with the control Win32 provides you (ie, Edit, Listbox, Checkbox, etc.).

Does Visual Studio C ++ ID only allow you to create MFC custom controls at design time, and with Win32 you should create custom controls at runtime?


No comments:

Post a Comment