Windows Forms Application

Oct 15, 2013 at 5:30pm
Hey, I was just wondering. I have Visual C++ 2013 Ultimate RC, and I can't get Windows Forms Application(with Design Mode and all that), could someone give me the requirements or maybe an alternate way of doing that?
Oct 15, 2013 at 6:00pm
closed account (3qX21hU5)
What do you mean you can't get it? That is quite vague. Could you give us a idea of what it is doing?
Last edited on Oct 15, 2013 at 6:00pm
Oct 15, 2013 at 6:47pm
I can make a Win32 Project, but it doesn't give me Design Mode, just code only.
Oct 15, 2013 at 6:56pm
closed account (3qX21hU5)
Because a Win32 project is not a Windows Forms Application...

Though I should tell you that Windows Forms is only available in Managed C++ (IE using the .net framework). Follow this http://msdn.microsoft.com/en-us/library/ms235634(v=vs.90).aspx to get it working.

If you don't want to use Managed C++ you can create a MFC program by following this http://msdn.microsoft.com/en-us/library/9es9d1k4.aspx or look into using QT or wxWidgets.
Oct 16, 2013 at 4:05pm
And I have .NET framework 4.5.1 and I still can't find that template, can somebody give me a link to download it, and how to implement it?
Topic archived. No new replies allowed.