Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there,

I'm a newbie.

Iwould like to know how to design a simple C++ program in Visual Studio 2009, like my own Win GUI APP, that has radio buttons and input sections and cancel buttons,you know what I mean...

Please help, I don't know where to start

schematicsman:) :)
Posted
Updated 15-Jan-11 3:45am
v3
Comments
Estys 15-Jan-11 8:20am    
Edited some exclamations and shouting out of the question.
Dalek Dave 15-Jan-11 9:45am    
Edited for grammar.

Firstly: there is no "Visual Studio 2009" I assume you mean "Visual Studio 2008".

Secondly:
1) Open VS.
2) On the "File" menu, select "New...Project"
3) Under "Project types" on the left hand side, select "Other Languages...Visual C++" then choose "CLR" and on the right hand side "Windows Forms Application"
4) Give it a name, and press OK
5 After a short delay, you will be presented with a blank form, and a toolbox of controls you can fill it with.

Over to you now!
 
Share this answer
 
Comments
Estys 15-Jan-11 8:41am    
Technically correct and completely useless at the same time :) A shower of 5s!!
Dalek Dave 15-Jan-11 9:45am    
Funny man! 5
Emilio Garavaglia 15-Jan-11 12:28pm    
The post is tagged C++, not C++/CLI.
So this is not a good answer!
Аslam Iqbal 15-Jan-11 12:57pm    
perfect answer. <5
fjdiewornncalwe 15-Jan-11 14:33pm    
+5. Perfect.
I have no idea what Visual Studio 2009 is, but if you get one of Microsoft's versions of Visual Studio, or Visual C++ Express, they have sample code and links to lots of tutorials which can get you started.
 
Share this answer
 
Comments
Аslam Iqbal 15-Jan-11 12:58pm    
it is true.
This is an excellent place to start learning:
Windows Forms[^]

There is also this:
Visual Studio 2010 - Visual C++ .NET Programming Guide[^]

Regards
Espen Harlinn
 
Share this answer
 
v2
Comments
Emilio Garavaglia 15-Jan-11 12:28pm    
The post is tagged C++, not C++/CLI.
So this is not a good answer!
fjdiewornncalwe 15-Jan-11 14:33pm    
+5. Perfect.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900