7 used & new from £2.07

Have one to sell? Sell yours here
 
 
Visual Basic 6 Windows 32 API Tutorial
 
See larger image
 

Visual Basic 6 Windows 32 API Tutorial (Paperback)

by Jason Bock (Author)
4.3 out of 5 stars  See all reviews (6 customer reviews)

Available from these sellers.


1 new from £52.77 6 used from £2.07

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Visual 6 opens new browser window
Microsoft.com/VisualStudio  -  Get the Latest Beta of Visual Studio® 2010. Download Free Trial. 
   Learn Visual Basic opens new browser window
www.HomeLearningCourses.com  -  Learn Visual Basic, Learn From Home IT & Computing Courses, Home Study 
   Learn Visual Basic opens new browser window
www.LearnDevNow.com  -  Become an expert, master Visual Basic for less than $1 per day. 
  
 

Customers Who Bought This Item Also Bought

Win32 API Programming with Visual Basic

Win32 API Programming with Visual Basic

by Steven Roman
VBScript Programmer's Reference (Programmer to Programmer)

VBScript Programmer's Reference (Programmer to Programmer)

by Adrian KingsleyHughes
3.8 out of 5 stars (8)  £19.55
Programming Visual Basic 6

Programming Visual Basic 6

by Francesco Balena
4.4 out of 5 stars (19)  £29.23
Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition

Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition

by Andrew Troelsen
4.5 out of 5 stars (15)  £27.17
Visual Basic for Electronics Engineering Applications: 5.0, 6.0, Vba, .Net, 2005

Visual Basic for Electronics Engineering Applications: 5.0, 6.0, Vba, .Net, 2005

by Vincent Himpe
3.0 out of 5 stars (1)  £18.55
Explore similar items

Product details

  • Paperback: 368 pages
  • Publisher: WROX Press Ltd (1 Nov 1998)
  • Language English
  • ISBN-10: 1861002432
  • ISBN-13: 978-1861002433
  • Product Dimensions: 23.2 x 18.5 x 2.4 cm
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 572,357 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review

For those with a yen to take Visual Basic beyond the creation of on-screen forms, controls and dialogue boxes it's necessary to tackle the API head-on. The Windows API (Application Programming Interface) provides a variety of methods to gain access to the inner workings of the operating system, cutting out the electronic "middlemen" often invisibly employed by languages like Visual Basic to help software execute properly on the host machine.

For such a complex subject author Jason Bock has adopted a very relaxed style of writing, designed to entertain and inform as he explains the core concepts behind the API rather than plunging into thousands of pages of exacting detail on every switch of every call. Tying code samples in with real-world situations helps the reader to rationalise what's going on without getting tied up in knots over vague and unhelpful abstract examples. Bock's running theme, which involves the creation of a custom encryption routine, pulls all of the strands of this interesting topic together into a rather pleasant bundle.

The possibilities for failure in a book designed to introduce the Windows API could have been huge. The examples could have been unhelpful and the overall tone could have been cold. Happily it's none of these things. For VB programmers looking to stretch their legs and challenge the operating system to do something more than usual this is an invaluable guide.



Synopsis

Win32 API calls from Visual Basic 6 - allowing the VB programmer to access the powerful repertoire of API calls available when programming in Windows. Visual Basic does an excellent job of letting developers build sophisticated Windows applications in a relatively short amount of time. This allows one to quickly build prototypes for end-users to evaluate and test, which can accelerate the development cycle. However, this ease of use does have its disadvantages. By shielding the programmer from the low-level Win32 calls, he or she may not be able to optimize certain functions or perform some tasks that the users have requested. Unless a programmer has started his or her career developing Windows applications in a lower level language like C or Pascal, they may be unfamiliar with the API calls that can be made to the OS. This can lead to frustration or confusion in using an API procedure that may behave unexpectedly. This book addresses the newcomer to VB who is just starting to learn how to code within the environment, and give them clear explanations to the Win32 calls within a project application. The text is aimed at Visual Basic programmers who have some experience with programming, and who want to exploit the resources of the Windows environment. Since the primary focus of the book is on the Win32 API, the reader should be able to use either VB4 32-bit or VB6, except for the sections on callbacks. Also, the calls will be limited to 32 bit calls - no 16 bit calls are addressed. The author handles any knowledge of building components to encapsulate API functionality - it will not be a requirement of the reader to understand COM at any level

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

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

 
4 of 4 people found the following review helpful:
5.0 out of 5 stars Great Book!, 18 April 1999
By A Customer
Im a 17yr. old VB programmer, when I purchased the book I knew some API, FindWindow, FindWindowEx, a few others, and how to declare them, but I didnt know what all the stuff meant(Declare Function blah blah), this book taught me what it all means, where to find more Calls, and ALL of other useful information, If I knew nothing about API, and read this book I would definatly know how to use is by the end of the book! This isn't like most "Learning" books, most I find boring, or too complex, he adds jokes here and there and makes it a lot easier, he sounds like an actual person with a sense of humor, and not like a machine.(no offence other authors)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 5 people found the following review helpful:
5.0 out of 5 stars Great Book for those starting out with the API, 1 Mar 1999
By A Customer
If you are new to VB or just haven't used the API much and ready to start this is a great book for you. It is inescabable that this book is compared to Appleman's book which is the definitive work on API's but while I have the Appleman book I find that it is better for people who are already somewhat experinced and want to learn more. This book by Jason Bock is THE book to buy if you are starting out. Not to say it is a 'API for Dummies' type of book -API usage is a non-trivial subject- but this will give you the foundation you need in a much more digestible fashion. The Appleman book which I occasionaly dig out to try to figure out something, spends most of its time as a paperweight since I am still something of a newbie. This book by Jason I am actually using to learn.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Reasonable introduction, 14 Feb 1999
By A Customer
Don't expect to be spoon fed with lists of handy API calls! You have to go out and find them yourself. But this book explains where to look, how to declare your calls and the pitfalls to avoid.

Some good examples but could have doen with more of them

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars This book is a classic example of a quality manual for VB.
So few really good ones have been written (Appleman, etc.). This books ranks with the few. It is layed out well and easy to get through. Read more
Published on 27 Mar 1999

4.0 out of 5 stars Excellent book to get you started actually doing it.
While Appleman's book continues to be the definitive =reference= book. This book offers some real world examples of how to use the Win32 API to not only do things that you can't... Read more
Published on 10 Jan 1999

4.0 out of 5 stars A *must* for every Windows BASIC programmer
As good as Daniel Appleman's book is, I guess most publishers and authors felt writing a competing book wasn't worth the effort. Read more
Published on 6 Jan 1999

Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.