Does anyone here, besides the Sony employees, program for Windows? You might be interested in this book which is being pre-released similar to Windows 8. Until May 31st is only $10.
The $10 is just for the eBook, not for the printed book.
I still use the Windows 95 edition of this book, along with the Windows SDK (which is a free download from microsoft.com) for the latest changes.
The nice thing of the old edition is it uses plain C, not the silly languages like C#. C is easy to convert to assembly language, which is what most of my code is in.
I do coding but I try to stay OS neutral as I normally want to compile it on Linux too.
I don't think I've ever made a program that made a window in my life. I think I went from DOS years ago and started back up with OS independent a couple years ago.