Is it possible to draw controls using the Visual C ++ constructor in the main window, just as you can create dialogs? I would prefer to be able to design the elements of the main control window in this way without using MFC, and not create them on WM_CREATE.
EDIT: I don't want to use a dialog application to be able to design a main window graphically similar to what can be done using Windows Forms Designer in .NET?
source
share