GUI design vs08

hi, i was wondering if anyone knows a really good website or something that teaches you how to create a gui program in visual studios 2008 using their tools and stuff
thanks
If you have the basic understanding of how to use Visual Studio and C++ then you should be able to just use the application wizard to get you started.

For anything more complicated, your best bet will be MSDN (Microsoft Development Network) website; this has endless documentation on Visual Studio.
Last edited on
Or you may want to use Visual Basic for developing such program. VB is the most 'visual' (in terms of form editor and simple code) of visual studio.
I was kinda looking for something that would teach it you, like make this box and make this function and teach you how to run it, i learn more this way

thanks
Then you should probably try and enroll in a programming introduction class at your local high school/university etc
Topic archived. No new replies allowed.