Rating: 4 out of 5
Most important book for VB programmers.
This is one of the few books in my programming library that I use extensively. No joke, this book is awesome. It has just about every known API call that you could possibly use in VB (Though not every one, I think this is due to the time this book was published.) Explains, in detail, what they're for and how to use them.Previously, API calls via VB were extremely painful. I usually ended up on the floor with my poor brain bleeding. But Dan Appleman not only tells you what the API calls do but he teaches you how to translate C API calls into VB API calls. I consider this the most important section in the book. He explains in detail how VB works vs. C and gives detailed explanations about each of C's declerations and the VB equivalent. This well thumbed book helped push me away from depending on other people for VB API translations and I've managed to translate a number of DLL's designed for C like languages for use in VB with great success. My only gripe is that I wished he explained the ourtrageously strange pointer to a pointer stuff that C used. Many a time I've been tempted to tear the chapters out of this book because of it's sheer volume but this book is a must for any VB programmer, especially one with weak C programming skills such as myself. My poor book has a dirty cover and well stained pages from reading it so much. I suspect yours will look similar as well.
Rating: 5 out of 5
Essential Book For All Visual Basic Programmers
This book is *the* book for all Visual Basic programmers. Essentially it is a refrence and partial tutorial on the WIN32 API or Applications Programmers Interface, the bones of the Windows OS. This book is essential to every Visual Basic programmer in that it teaches about the API and its interfaces and shows you how to use them to your advantage. This book does what it says and does it well. It can be used with most modern versions of Visual Basic but is updated for the VB6 version of Visual Basic. It is well laid out and the examples are fairly easy to follow. Great book and should be made a mandatory purchase for every Visual Basic programemr.
Rating: 1 out of 5
DO NOT BUY THIS BOOK
This book is useless for any work or learning. All samples are made with authors' functions which are in compiled dll written in C++ !?Each chapter has at least 30% about porting from Win16 to Win32. And book is filled with listings of forms and projects. If you remove all this from book, the rest is less than 100 pages with confused explanations. Do not buy this book. There are much better books around.
|