Visual Designer for Win32 Native Applications

I have been a C # developer for a long time, so I have vast experience working with Winforms. I wanted to start developing VC ++ so that I could write my own applications.

I know C ++ well. The problem is that I created test projects in VS2010, Win32 Application, MFC Applications and all, but does not provide Visual Designer, for example, for VC # Winforms and VC ++ Winforms. I want to have a visual constructor for Native App Development, for example, for Win32 Apps.

  • Is it possible?
  • How to do it?
+5
source share
1 answer

There is a dialog designer for MFC. If you set up the project correctly, you can use the constructor to layout the MFC windows. See this answer for more details .

. , Qt Creator Qt Qt Designer.

+5

All Articles