Dan Appleman's Win32 API Puzzle Book and Tutorial for Vis... and over one million other books are available for Amazon Kindle. Learn more

Have one to sell? Sell yours here
Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers
 
 
Start reading Dan Appleman's Win32 API Puzzle Book and Tutorial for Vis... on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers [Paperback]

Dan Appleman (Author)
3.8 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $31.96  
Paperback --  

Book Description

1893115011 978-1893115019 March 1999

The key to accessing the power of every operating system is its application programming interface (API). Visual Basic can access only part of the Windows API without special help. To write the most powerful possible programs, VB programmers need to work with all of the API. The big problem for VB programmers in trying to do so is that all of the available documentation on the Windows API is written for C++ programmers. In other words, the directions for using the API is written in a language that VB programmers don't understand.

With a writing style that combines technical competence, humor, and a bit of "attitude," Appleman proves once again in this long-awaited complement to his previous bestseller, Visual Basic Programmer's Guide to the Win32 API, that learning advanced technology can (and should) be fun.



Editorial Reviews

Amazon.com Review

Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers provides 32 challenging programming "puzzles" that will test the skills of any intermediate or advanced Visual Basic programmer.

The problems start simply enough, with puzzles that look at the basics of Win32 API C API calls, such as retrieving error messages and graphics. However, the book quickly approaches tougher terrain, offering a series of problems on the Windows Registry. Other problem topics include programming with Remote Access Services (RAS), networked drives, and the DEVMODE structure (for polling printers and other devices). Finally, the toughest problems involve ActiveX programming and cover how to work with Global Universal Identifiers (GUIDs) and drag-and-drop file operations.

The back of the book contains hints for each puzzle, as well as complete solutions and comments. The author provides a tutorial on various aspects of VB Win32 C API programming, including C to VB data types, parameter passing (by value and by pointer) and some excellent material on how the call stack works for Windows DLLs. Two final sections discuss the Win32 Service API (for starting and stopping Win32 services) and how to access the Windows NT Event Log.

In all, this book provides expert knowledge on getting the most out of VB Win32 C API calls in a format that is always challenging and often entertaining. --Richard Dragan

About the Author

Daniel Appleman is the president of Desaware Inc., a developer of add-on products and components for Microsoft Visual Studio, including SpyWorks, StateCoder, and the NT Service Toolkit for .NET languages and VB6. He is a cofounder of Apress, a publishing company specializing in high-quality professional level books for computer programmers and IT professionals. He is the author of numerous books, including Moving to VB .NET: Strategies, Concepts and Code, How Computer Programming Works, and Dan Appleman's Visual Basic Programmer's Guide to the Win32 API, and he is the author of a series of eBooks on .NET-related topics.

Product Details

  • Paperback: 400 pages
  • Publisher: Apress (March 1999)
  • Language: English
  • ISBN-10: 1893115011
  • ISBN-13: 978-1893115019
  • Product Dimensions: 9.3 x 7.4 x 1.5 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #1,776,051 in Books (See Top 100 in Books)

 

Customer Reviews

12 Reviews
5 star:
 (6)
4 star:
 (2)
3 star:
 (2)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

17 of 17 people found the following review helpful:
5.0 out of 5 stars An Excellent Companion, March 15, 2000
This review is from: Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers (Paperback)
As a VB programmer you should have at least 2 books on yourshelf: Dan Appleman's Visual Basic Programmer's Guide to the Win32 APIand this one. The former teaches by showing - serving as a reference book when you are trying enhance the functionality of your VB application. The latter teaches by doing - allowing your mind to actively grasp the concepts behind API calls, structures, and pointers, instead of mindlessly hacking through APIs, tossing in variables, hoping for success. The puzzles in this book allow you to learn from your mistakes. Mr. Appleman explains his own logic as he works through the problem. For me, this is more valuable than just being told the answer as many books in this genre do.

This book is vital to help train a VB programmer to become a designer, rather than a developer. It helps you understand the importance of visualizing the solution to the problem before writing a single line of code. In sports they say that you need to visualize the goal before you actually play the game. I think the same goes for coding. This book is the ideal companion for that exercise. If you are a technical team lead, go ahead and assign these puzzles to your developers so that they can not only hone their skills, but also sharpen their minds.

In addition, Mr. Appleman's writing style of light bantering and humor is a nice relief from the dry technical-journalistic writing of other Visual Basic authors.

...this book is not a cookbook...it can be better thought of as Ingredient Book. By understanding the fundamental ingredients towards cooking up a VB/WinAPI program, it helps you become a better chef. You need to understand what goes into a creation before you can anticipate what comes out.

...this book is not meant to serve as a comprehensive reference guide to the API. For that try Mr. Appleman's API book or Bock's Visual Basic 6 Win32 API Tutorial.. END

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


14 of 14 people found the following review helpful:
5.0 out of 5 stars This book will empower you..., January 16, 2000
This review is from: Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers (Paperback)
When I was researching how to access HID-class USB peripherals from VB applications, I learned from the Windows 98 docs that I needed to call a series of API functions to locate the device and learn about its capabilities. Many of the calls involved passing and returning complex structures. I could find no documentation on the calls for Visual-Basic programmers. Although I had some experience with API calls, my initial attempts at calling these functions didn't get far.

Then I bought this book. First I read it straight through (though I do admit to reading each solution after the puzzle, rather than waiting til the end). Then I went back to my code with the book at hand and eventually got it all working. Plus, I understood exactly why the code had to be the way it was in order to work.

This isn't a cookbook. Thinking is required. One sentence I took particular comfort in when things weren't quite working yet was, "It is ultimately possible to handle any structure, no matter what type of data it contains." (p. 363)

This is an excellent and useful book that will enable you to do any API call that Windows might throw your way.

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


12 of 12 people found the following review helpful:
4.0 out of 5 stars Different, but worthwhile, August 12, 1999
Amazon Verified Purchase(What's this?)
This review is from: Dan Appleman's Win32 API Puzzle Book and Tutorial for Visual Basic Programmers (Paperback)
Despite what has to be just about the longest and worst title of any book I've seen, the Puzzle book packs some worthwhile content between its covers. The puzzles themselves were only of limited scope and interest, but the second half of the book - the tutorials - are worth the price of admission. Anyone who wants to go beyond the basics of the Win32 API and utilize exported DLL functions will appreciate the sections on DLL calling conventions, C++ header conversion, and passing structures/UDT's as parameters. If you don't own a copy of Dan's Visual Basic Programmer's Guide to the Win32 API, buy that book first. It's an absolute essential for your library. However, the Puzzle book makes a nice addition as well.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews










Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
stack frame, null termination character, variable myvar, universal identifiers, memory exception, typedef statement, phone book entry, exported functions, correct declaration, dynamic strings, phone book entries, function documentation, icon resource, long variable, null character
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Basic, Private Const, Public Const, Private Sub, Private Declare Function, Desaware Inc, Private Function, Registry Games, File Operations, Case Study, The Solution, Public Type, End Sub, Percent of All, Calls Work, Private Type, Public Function, Windows Explorer, Where It All Begins, User-Defined Types, There Somewhere, Exploring the Dumplnfo Program, Sub Main, Visual Studio, End Function
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(2)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject