Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hey guys! can you give me some example program in windows form created in visual c++ 2008 express. the program should have menustrip, listbox, combo box, textbox progress bar, radio button, checkbox, picturebox etc. all in one. im a beginner so its kinda hard for me. pls include the source code . thank you guys! :)
Posted

Microsoft-supplied samples are available on the MSDN web site[^]
 
Share this answer
 
One way to learn available properties is by using the designer and the properties pane. You can double click on a control in the designer to generate code for its default event (or you can uses the property pane to generate any other event handler.

You can also write the code by hand but it more works.

By the way, for Winforms development, although it can be done in C++, it is much easier, cleaner, safer and faster to do it in C#.
 
Share this answer
 

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