Hi Matt,
You can check <<Programming Windows>> by Charles Petzold. This book
introduces Windows programming using plain C code. It mainly covers GDI.
Besides MSDN, you can also check the following web sites for some samples:
http://www.codeproject.com
http://www.codeguru.com
I hope it helps.
Best Regards,
Leo Chen
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Matt Asher" <mattATNOSPAMasherzone.com>
| Subject: Help with simple GUI
| Date: Sat, 14 Sep 2002 23:45:29 -0700
| Lines: 17
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
| Newsgroups: microsoft.public.vc.language
| NNTP-Posting-Host: 63.201.27.185
| Path: cpmsftngxa08!cpmsftngxa07!tkmsftngp01!tkmsftngp08
| Xref: cpmsftngxa08 microsoft.public.vc.language:171128
| X-Tomcat-NG: microsoft.public.vc.language
|
| Hello all,
|
| The only real C++ programming I've done has been Unix console-style
| programs. I have some programs that I want to play around with in the
| windows environment, and would appreciate some help with a simple GUI to
get
| me started. What I'm looking for is some basic code that will create a
| window with a BMP background and a few buttons that I can assign actions
to
| run some of the functions I wrote in school.
|
| Also, if you know of any good websites that have GUI tutorials, that would
| be great. I'd like to start with code-only GUIs before I move on to some
of
| the GUI builders, like VC++ dialog editor.
|
| Thanks,
| --Matt
|
|
|