C++ with GUI

Hi, I am a IT student. I have been learning C++ programming since last 6 months.
I learned a lot within 6 months. However, the way I am doing my projects or practicals in school are still running in command line base programs.

So, now I wanna start to do with GUI base program using visual studio.NET but I don't know how to do it. Honestly, I don't know where should I start,what I need .

So, plz me a link of a website or books or information.

I really appreciate in advance!
closed account (z05DSL3A)
For Windows API, you could start here:
http://www.winprog.org/tutorial/start.html

then go on to MSDN
http://msdn.microsoft.com/

I would also recommend a book:
“Programming Windows” by Charles Petzold
Synopsis
Look it up in Petzold remains the decisive last word in answering questions about Windows development. And in PROGRAMMING WINDOWS, FIFTH EDITION, the esteemed Windows Pioneer Award winner revises his classic text with authoritative coverage of the latest versions of the Windows operating system once again drilling down to the essential API heart of Win32 programming. Topics include: The basics input, output, dialog boxes An introduction to Unicode Graphics drawing, text and fonts, bitmaps and metafiles The kernel and the printer Sound and music Dynamic-link libraries Multitasking and multithreading The Multiple-Document Interface Programming for the Internet and intranets Packed as always with definitive examples, this newest Petzold delivers the ultimate sourcebook and tutorial for Windows programmers at all levels working with Microsoft; Windows 95, Windows 98, or Microsoft Windows NT;. No aspiring or experienced developer can afford to be without it. An electronic version of this book is available on the companion CD.

I really appreciate your help. Many Thanks for fast reply as well. :D
Topic archived. No new replies allowed.