GUI buttons

Mar 23, 2010 at 3:20am
hello every one.

I have been learning c++ for a while now and i want to start learning GUI programming. i have been looking for a while how to make buttons and other things like text boxes. i havnt had much luck. i am usiing visual studios 2008. can anyone please help explain how to do this.

thanks in advance.
Mar 23, 2010 at 5:56am
If you use the Win32 API you can create buttons, it is a bit complicated, but there are some tutorials. I recommend checking either the Windows programming forums or MSDN.
Mar 23, 2010 at 7:03am
Mar 23, 2010 at 1:55pm
I learned all that "GUI-Stuff" using the Qt lib. (I think) It is much better documented and easier to use than the
windows stuff. Have a look at http://qt.nokia.com/products

It also exists for VS, and you can use your code on Linux + Mac computers as well. Here you'll find some good
tutorials: http://doc.qt.nokia.com/4.6/tutorials.html

Topic archived. No new replies allowed.