A good beginners tutorial on making windows GUIs ?

Where can I find a good beginners tutorial on making windows GUIs with C++? Also does Visual C++ have a GI builder thingy in it (where youcan drag and drop thing without coding?)
With MFC you can drag and drop things.
In my opinion , making Windows GUIs by using C or C++ is too complicated rather than C#.
Last edited on
> Windows GUIs by using C or C++ is too complicated rather than C#.

???
Too compicated because you don't know Win32 api.
Simply with the Dlg Editor, it's just trivial....

Read Petzold for basics about GUI in C/ Win32
Last edited on
Topic archived. No new replies allowed.