Click here to Skip to main content
15,924,507 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Guys,

i am getting start with the "Windows-Form" under Visual Studio C++(2010 Express).
i've known how to create easy windows and i am becoming more familiar with the control elements. But i always got troubled when i write codes. Some basic ones are no problem, e.g. Application::Exit(); ,.close();, MsgBox::Show("..."); and so on. But i really want to know more usable commands(maybe all!). And i wanna know a detailed explanations about them.

After some surfing, i really didn't get helpful and good articles and books.
In one word, good introductions for learning and writing the codes in this area is all what i desire.
Could you help me?

Thank you all in advance. ;)
Posted

1 solution

You can refer to following books.


1] Windows Forms 2.0 Programming
2] .NET Windows Forms in a Nutshell
3] User Interfaces in C#: Windows Forms and Custom Controls
 
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