For a school project, we need to create a fairly simple app using C++ and .NET framework. I only know C++, but we need to produce a working executable file for the project. The prof said we can use WYSIWYG editors for the GUI, but i can’t seem to find one in Visual C++. I wanted to code with Visual C++ since i want to learn about Visual Studio.
Is there a way I can use a GUI builder application for C++ and somehow connect it with my project in Visual C++?
I’m very new to .NET and have spent the past 3 hours reading about .NET and the developer tools and what not, and i’m kinda lost..
1) Download
Visual C++ 2008 Expressfor free here2) Go to
File->New->Windows Form Application.Done! You got the WYSIWYG editors for the GUI.
Hope it helps
Max