Need Windows Programming Tutorials

Any good Windows Programming tutorials would be highly appreciated.
MSDN Developer Network is the best reference on Windows programming I've seen, so try that one.
@pcristian43: MSDN is a great reference for anyone. However as a tutorial the massive amount of information is a bit much to handle.

I learned from this tutorial. It got me off on the right foot:
http://www.winprog.org/tutorial/
Here's MSDN's six first tutorials if you already know C++ but not how to develop Win apps:

http://msdn.microsoft.com/en-us/vstudio/hh304489

I'm just about to wrap up the first 15 chapters of "Learn C++ in one hour per day". These are the language and OOP chapters, and since most of the remaining book is STL, I hope to just use it as a reference. I intend to study these MSDN tutorials starting next week then go back and study the advanced C++ chapters in "One Hour..." once I'm done.
Thank you all for the information.
I've been looking for the same thing, so thanks guys!
Topic archived. No new replies allowed.