win32 API

Started by
1 comment, last by ejele012 16 years, 10 months ago
does anybody know a good tutorial for learning how to use the Win32 API? preferably starting with the basics (setting up and registering a window,menus, etc...) thanks for the help, this site have been a life saver
--------------------------------------Not All Martyrs See Divinity, But At Least You Tried
Advertisement
Try winprog.org.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
Hi;

Online tutorials I don't really know any good really. I would recommend you a book, any from Microsoft Press or Wrox.

Google it and take a look. Here you have some links, take a look:

http://www.winprog.org/tutorial/

http://www.functionx.com/win32/

http://www.relisoft.com/win32/index.htm

And of course, the best place to find information about any Microsoft product is at Microsoft MSDN.

http://msdn2.microsoft.com/en-us/library/aa383749.aspx

Good luck and good coding.

This topic is closed to new replies.

Advertisement