Customer Reviews


14 Reviews
5 star:
 (9)
4 star:
 (1)
3 star:
 (3)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


9 of 9 people found the following review helpful:
5.0 out of 5 stars Impressive Book
I have the Visual Basic 5.0 guide to Win32 by Daniel Appleman (which is incredible) and I was looking for a book to use as a general reference to WIN32 API calls as opposed to for VB, so I bought this book, and I think it is excellent!

The first 3 chapters are: WINDOWS 95/NT programming, THE WIN32 API, and CREATING WINDOWS.

That is pretty much 3 books in one right...

Published on May 20, 1999 by Jeffery Curley

versus
2 of 2 people found the following review helpful:
3.0 out of 5 stars A useful reference, but surprisingly lacking in some areas.
Overall, this book provides the reader with a good reference to the basic Win32 API's, and I use it frequently in my work. The sample code is good overall, although I have found a few examples that are in error. The biggest disapointment, however, is that the book completely omits a reference section for the Windows messages -- something that was included in the old...
Published on February 1, 1999 by Hugh K. Boyd


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

9 of 9 people found the following review helpful:
5.0 out of 5 stars Impressive Book, May 20, 1999
By 
Jeffery Curley (San Diego, CA United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
I have the Visual Basic 5.0 guide to Win32 by Daniel Appleman (which is incredible) and I was looking for a book to use as a general reference to WIN32 API calls as opposed to for VB, so I bought this book, and I think it is excellent!

The first 3 chapters are: WINDOWS 95/NT programming, THE WIN32 API, and CREATING WINDOWS.

That is pretty much 3 books in one right there!

The chapters I think make this book so nice are the chapters on the Registry, File Decompression, Threads, Timers, System Information, a really good File IO chapter that discusses File locking, Creating Icons.

The book is also hardback which I was surprised to see since the price was the same as the other books that aren't.

I have some programming experience but I would consider myself intermediate and I think this book is perfect for me.

I don't understand what the few people who wrote mediocre reviews were expecting, I would think that anyone who bought this book would know C or C++ already, and come on, reading this book won't teach you C++, but it will teach you to use API calls in your programs.

I don't mean to sound so "gungho" about this book but I have over 30 books about programming and NT etc., but so far only 2 of them have actually been useful, this book and Daniel Appleman's book on VB and WIN32.

I hate spending so much money on books I will never open again, so when a good one comes along I have to tell people about it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars I'm sorry, this is just THE best., July 14, 2000
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
I originally bought this book (online mind you, having nothing but the title, page count and a few vauge reviews) with the intention of learning how to control windows with the SendMessage function, but was disappointed to find it full of mostly the drawing part of the WinAPI.

But after sitting on the shelf for a few months, it's come back to teach me soooo much about the Win32 platform and C++ programming for it. I went from being an amature console C programmer to a hot GUI, interactive and not to mention much more efficient (with tips on threading and spawning from the book) Windows coder. I'd pay for it thrice if I had to. If you're tired of VB for your apps, this is the transition point for you into V/C++ and/or ASM Win32 coding. This book is Win32.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars A useful reference, but surprisingly lacking in some areas., February 1, 1999
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
Overall, this book provides the reader with a good reference to the basic Win32 API's, and I use it frequently in my work. The sample code is good overall, although I have found a few examples that are in error. The biggest disapointment, however, is that the book completely omits a reference section for the Windows messages -- something that was included in the old Windows 3.1 API Bible and should have been in this one as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars A lot of good book with hard to find information, November 20, 1999
By A Customer
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
I liked this book. I had checked it out from my college libary, but I like it so much I think I need to copy of my own.

I also was a little disappointed by the lack of section on messages, but Visual C++ 6.0 online help is an adaquite replacement.

I have just felt empowered since I got this book. I know how to do all of it myself without relying on MFC.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Thorough reference to the Win32 API, June 22, 2009
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
I've been using this reference for years. Though I am not a programmer, per se, I do need to know what goes on under the hood. This book has been my resource on a great many occasions.

In 30 chapters, author Simon covers the entire Win32 API with concise, reasonably comprehensive explanations of each function. Syntax for use is shown as well as flags, returns and other information necessary to understand the function. There are a lot of code examples, as well.

A very readable, very usable reference on the Win32 API.

Jerry

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars A Truly Super-Bible!, August 17, 2007
By 
Adam Bolen (Murray, KY USA) - See all my reviews
(REAL NAME)   
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
What else can be said about something that claims to be a superbible? It's name says it all: almost every API you could hope to want to see is in here, with hundreds of examples that are easily programmed by hand or cut-and-pasted with the source code on the CD. Basically you set up one program (given to you at the beginning of the book) and then all the examples follow programming a "case" statement for the TEST menu control that will execute. If you're looking for ODBC or DAO APIs, this book has none, nor any APIs that will help with Multimedia or Telephony. Even so, this is a fantastic reference to anyone still using APIs to do their programming (which, unlike MFC or COM or at least not until you have a lot of experience with it...and not using AppWizard, allows you to program exactly what you want, how you want it) this book will pay for itself the very first program you write using it. Highly recommended!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars This one is a must have!, April 30, 2000
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
Yep. It's just the most complete api reference I've seen. Don't forget there are another two parts of this book, I instantly bought along with this one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Great for VB and VC++ programmers, May 17, 1999
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
This book does have mistakes in some functions, but it is the most complete WIN32 ref I have seen. It is useful for the VB programmer, and for the VC++ programmer. I bought it right when it came out. I am buying another one because I gave my first one to a friend.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Use of Controls missing, January 27, 1999
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
This book has lots of information about WIN32 but nothing about the controls.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Many examples cover lacks in Microsoft documentation, August 4, 1998
By A Customer
This review is from: Windows NT Win32 API SuperBible (Other Sams) (Hardcover)
This super-book is filled with useful code examples. Just one, DrawAnimatedRects function doc is incomplete, but here you find a working sample. All Win32 programmers should buy this book because documentation is excellent and examples clarify every dubts.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Windows NT Win32 API SuperBible (Other Sams)
Windows NT Win32 API SuperBible (Other Sams) by Richard J. Simon (Hardcover - May 13, 1997)
Used & New from: $0.38
Add to wishlist See buying options