views:

84

answers:

2

I'm looking for some books that will teach me how to create a custom GUI interface using the winapi. What I want to create is something that looks like this

http://img199.imageshack.us/img199/2601/image1eal.png

I don't want to use any libraries like GTK or QT, I want to do it from scratch so I can learn. I've looked everywhere on google and here, but I can't find any answers to this.

+5  A: 

If you want to use the raw Win32 API for your application then the best book is "Programming Windows" by Petzold. It's the definitive book for raw Win32 programming.

JaredPar
A: 

I don't know it is the best, but some of my friends suggested this one when I wanted to learn: http://www.winprog.org/tutorial/

rahmivolkan