Controls in the main window using the Visual C ++ Designer?

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?

+3
source share
2 answers

, , , . , , .

MFC "Dialog based". .

win32, InitInstance, CreateDialog ( CreateWindow).

.

+1

:

  • MFC ( CFormView).
  • WinForms/.NET
  • Qt.

++, Qt. , -, Linux Mac.

http://www.qtsoftware.com/products/

Visual ++ , Qt Designer.

+1

Source: https://habr.com/ru/post/1709643/


All Articles