This book in no way is a reference book or a how-to book. This book is designed for people who don't have previous knowledge about windows architecture and windows API.I find this book as a fantastic tool since it gives me initiative and direction to understand the overall picture. I can use the knowledge that I gained in this book and know what I can do with win32 API. I also purchased the dan appleman's book for win32 api...
0Report
This is a very hard book (for VB programmer with no C experience) BY NECESSITY. Normally, you would like the programming book to have some explanation and plenty of code examples. In the case of Win32 APIfor VB programmer, once you get all the intricacies, you just need to find the API function from API viewer applet that comes with Visual Studio. Why is the book hard by necessity?C and VB have enough differences (e.g...
0Report
This is an excellent book to learn about Windows from a developer's perspective. It has the most lucid explanations I've read on the Windows operating system, covering topics such as processes, threads, synchronization, memory architecture, Windows messages, DLL injection and device contexts. There is a whole chapter dedicated to strings where the author cleary explains ALL types of strings used in Windows (there are very...
0Report
EXCELLENT COVERAGE OF THE WAY VB WORKS WITH REGARD TO THE WIN32 API
0Report
This is a great VB API book. I think it ranks up there with Appleman's books. But this book is different. It is actually fun to read and yet at the same time it covers the important detail. Somehow it makes the details easy to read and fun.This book does a GREAT job of going behind the scenes in the Windows operating system. There's lots of good information about how Windows manages things and then how to work around...
0Report