Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hello All,

can someone tell me, if it is possible to make out windows with C++, likes by VB? The windows, i mean, is the Form-Designers by VB.
If it could, please tell me how. Or what literature will be helpful.
e.g. A beginners programm by VB: with a button click to calculate the mean value of two numbers, the numbers are typed in two TextBox and with the Label comes the result out.

i appraciate your help!

christmars
Posted
Comments
Volynsky Alex 9-Aug-12 11:11am    
yes it is possible,
For example you can to use Qt, i.e. Qt Creator IDE:
http://qt.nokia.com/products/
http://qt.nokia.com/products/developer-tools/
http://www.youtube.com/watch?v=U7yje3D1UM4
http://www.youtube.com/watch?v=pPp35CbVLKE
http://www.youtube.com/watch?v=h53_pgtg9kw
http://www.youtube.com/watch?v=6WGCxLIjRNg
christmars 10-Aug-12 1:50am    
thnx!
Volynsky Alex 10-Aug-12 2:53am    
you are welcome

It is not clear which language you want to learn, but for C++ try here[^], and for Visual Basic try here[^]. Incidentally whatever you can do in one language you can do in the other(s), there are just semantic differences.
 
Share this answer
 
You can create a MDI or SDI application and use a CFormView and use the resource editor to put in controls on it.

As for the rest, it looks quite simple to do.
 
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