Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
It may seem ridiculous but I am unable to find a good book or tutorial on this subject. I want to do my project using forms, but don't even have the idea that how the objects of my classes will be related to the controls. I have done Visual Basic, but there, it was too easy to use the controls.
I need the knowledge of the different properties of different items in the toolbox (Different controls, menus and toolbar,containers etc)and how we utilize them with our classes.
Posted
Updated 4-Jun-11 0:20am
v3

How about this[^] or this[^]
 
Share this answer
 
Comments
WajihaAhmed 30-May-11 23:55pm    
Thanks for the links, really going to help!
If you want to use forms and your background is in Visual Basic then you could go for VB.NET or C#. Lots of articles and tutorials to be found. Which one is best is for you to decide.
 
Share this answer
 
Comments
WajihaAhmed 30-May-11 23:57pm    
Actually,I am currently learning object oriented programming and the language is C++. I will start C# but only after I have got command on C++.
In addition to other solutions, if you are familiar with .NET or learning it, this book can also help:
Pro Visual C++/CLI and the .NET 3.5 Platform
by Stephen R. G. Fraser

There are chapters like "Basic Windows Forms Applications" and "Advanced Windows Forms Applications" which describe the use of controls in a convenient manner, but using .NET.
 
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