GUI buttons

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.
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.
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.