Good Win32 Tutorials?

Im looking to get away from consoles and do my everyday programs on windows that accept input and display output. From what i hear Win32 is a great option for doing so, but i cant find any good tutorials that will teach you the very basics up to a certain point. Appreciate the help!
If you want MFC (low-level window handling), here you can find some good tutorials: http://www.winprog.org/tutorial/start.html

If you want to use ATL/WTL, Michael Dunn has some great tutorials on codeproject.com: http://www.codeproject.com/Articles/3841/WTL-for-MFC-Programmers-Part-I-ATL-GUI-Classes

It has multiple parts, so make sure you go through each one.
1)Download the English version of the pdf from the link below. Explanation is very intuitive in this.
http://www.winprog.org/tutorial/start.html
2)Also this link too have good tutorial for Win32 API
http://relisoft.com/win32/index.htm
3) Read this book it's covers too much, But only if you have patience
Programming Windows API 5th -Charles Petzold

Finally if you explore msdn for detail explanation for every API you are using.
Topic archived. No new replies allowed.