Search Advanced SearchView Cart   Checkout   
 Location:  Home » vampire: masquerade » General » VB and VBA in a Nutshell: The Languages  
Categories
music
h.r. giger
vampire: masquerade
esoterica
apparel
video
body art - tattoo
jewelry
HALLOWEEN
women's boots
men's boots
Info
about us
links
posters
Related Categories
• General
Programming
O'Reilly
Subcategories
Mass Market
Trade
VB and VBA in a Nutshell: The Languages
VB and VBA in a Nutshell: The Languages

zoom enlarge 
Author: Paul Lomax
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $29.95
Buy Used: $0.50
You Save: $29.45 (98%)



New (31) Used (44) from $0.50

Avg. Customer Rating: 4.5 out of 5 stars 45 reviews
Sales Rank: 52739

Format: Illustrated
Media: Paperback
Edition: 1st
Number Of Items: 1
Pages: 650
Shipping Weight (lbs): 1.7
Dimensions (in): 9 x 5.7 x 1.3

ISBN: 1565923588
Dewey Decimal Number: 005.268
UPC: 636920923589
EAN: 9781565923584
ASIN: 1565923588

Publication Date: October 1, 1998
Availability: Usually ships in 1-2 business days
Condition: Millions of satisfied customers and climbing. Thriftbooks is the name you can trust, guaranteed. Spend Less. Read More.

Similar Items:

  • VBA Developer's Handbook, 2nd Edition
  • Mastering VBA (Mastering)
  • Writing Excel Macros with VBA, 2nd Edition
  • Access Database Design & Programming (3rd Edition)
  • Absolute Beginner's Guide to VBA (Absolute Beginner's Guide)

Editorial Reviews:

Amazon.com Review
VB & VBA in a Nutshell: The Languages documents the latest version of the world's bestselling rapid application development environment. Paul Lomax's explanation of the language comes in two main parts.

First, Lomax explains the structure and syntax of Visual Basic (VB) and Visual Basic for Applications (VBA) programs. He details all the important stuff, including how to work with variables, how to create custom functions, how to create classes, how to handle errors, and how to react to user events. If you're up to speed on general programming concepts and just want to know how to get something done in VB/VBA, you'll find this part of the book especially handy.

The second, and largest, part of the book is a language reference in the classic O'Reilly style. Every function, statement, keyword, and miscellaneous bit of code has a clear, complete entry. Each entry includes a statement of syntax, a description of the function's purpose, a quick example of its use, and some tips for using it successfully. The reference documents the language as it exists in VB6. --David Wall

Product Description
The online documentation of VB/VBA language components seems to follow the 80/20 rule: the basic facts that you need to use a language statement are provided in the documentation. But the additional 20 percent that you need to use it effectively or to apply it to special cases is conspicuously absent. To a professional VB/VBA programmer, though, this missing 20 percent of the language's documentation isn't a luxury, it's a necessity. And in VB & VBA in a Nutshell: The Language, it finally is available. The bulk of the book consists of an alphabetical reference to the statements, procedures, and functions of the VB/VBA language. Each entry has a standardized listing containing the following information:

  • Its syntax, using standard code conventions
  • Differences in the operation of the keyword in a macro environment (e.g., in Office) and in Visual Basic, if there are any
  • A list of arguments accepted by the function or procedure, if any
  • A description of the data type returned by a function
  • The finer points of a keyword's usage that are often omitted from or blurred over by the documentation
  • Tips and gotchas that include undocumented behaviors and practical applications for particular language elements -- a section particularly invaluable for diagnosing or avoiding potential programming problems
  • A brief, nonobvious example that illustrates the use of the keyword
Also included in VB & VBA in a Nutshell: The Language is a brief overview of the VB/VBA language, including:
  • Basic VBA programming concepts, such as its data types and its support for variables, constants, and arrays
  • Error handling in VBA applications
  • Object programming with VBA
  • Using VBA with particular applications. Excel and Project are utilized to show how to work with an application's integrated development environment and to take advantage of its object model Regardless of how much experience you have programming with VBA, this is the book you'll pick up time and time again both as your standard reference guide and as a tool for troubleshooting and identifying programming problems.
VB & VBA in a Nutshell: The Language is the definitive reference for Visual Basic and VBA developers.



Customer Reviews:   Read 40 more reviews...

5 out of 5 stars O'Reilly Scores Again   January 19, 2001
 53 out of 53 found this review helpful

Since you may not be familiar with the "Nutshell" series books by this publisher, I will start by telling you that this book is strictly a reference intended for the intermediate or advanced VB programmer. If you are new to the language, do not purchase this book expecting to learn how to program. You already know your If..Then..Else and Select Case statements. What this book does is give you a quick reference to find that date function that you have never used or remind you the exact syntax of a Property Set procedure.

The bulk of the book (80-85%) is the language reference alphabetized and some appendices dividing the language reference up by other methods, such as similar functions/methods, data types, operators, etc. Chapter 4 "Class Modules" contains a concise, 20-page refresher on how to object-orient your VB with classes. I had studied a few other books on OOP VB but still don't have it down pat, this chapter will be my guide until I can do classes in my sleep. Very little covered on API functions but also a great section on ActiveX (creating, registering, unregistering, Controls, EXE vs. DLLs).

Probably the biggest question I faced was: "Why get this book when I have an MSDN subscription at work?" This book is supposed to pick up where that takes off. I hate searching through the whole MSDN for one method. It can take forever. Plus, this book will travel with me.

On a side note, I'm studying for my MCSD and this book has been very valuable. From my past experience with Microsoft exams, you never know when you are going to get a specific question about a particular function, property and method and have to know the default value, or which property would not belong to an object. If you have never used it before, you'll have no idea. It's no fun to actually "study" such a reference book, but this book is very detailed and comprehensive about what everything does and how it could be used. I know the more I thumb through this thing, the better the chance I have of nailing a question on a test. Would make a great complimentary book to the MCSD VB exams 70-156 and 70-155.


5 out of 5 stars Convenient, Concise, Complete   February 28, 2000
 39 out of 40 found this review helpful

As a VB client-server programmer, I hardly have the time to wait for VB's HTML help to appear, much less search through it! This book is really in a class by itself as far as VB references go. It's the perfect size to keep right at hand, yet it contains the answer to virtually every question I've asked it. The encyclopedia-type language reference is preceded by exceptional discussions of VB data types, classes, object models, and error handling, and also includes several interesting and useful appendices. About the only thing I've not found in it is an ASCII chart. The language element entries are peppered with sidebars on relevant topics, all entries are discussed with remote automation issues in mind, and great examples abound (the entry for the Format function runs to 9 pages, mostly examples). If you program VB for a living, you've got to have this book close by.


5 out of 5 stars Excellent Reference Book   February 19, 2000
 28 out of 28 found this review helpful

This is an excellent book for someone who already knows how to program VB but needs a reference for looking up VB commands and syntax. I especially like the "Programming Tips and Gotchas" that are listed with every command. They contain the little things that you usually only learn about through experience and they really do save you a lot of time. Another helpful thing, after each command there's a list of related commands.

All in all this is a great resource for the professional programmer. And the clincher is that it's relatively inexpensive as far as computer books go.


3 out of 5 stars A good reference, definitely not a tutorial   September 12, 2001
 21 out of 22 found this review helpful

As a C++ and former BASIC programmer, I picked up this book to have a reference of all the keywords and constants in the VB language, but also to see simple examples of concepts and have the overall structure of the language explained to me. This book provides an excellent desktop reference of all the functions and keywords, etc., as most of the book is just that. The first/remaining 1/3 of the book covers the "structure" territory, but not terribly well. It does this as an explanation to VB5 programmers who are moving up to VB6; definitely NOT from the perspective of an object-oriented language like C++, making the switch. IMHO, the explanations are quite confusing (e.g. the author assumes certain VB concepts are already known, such as the difference between code modules and class modules, etc.); the author eschews full code examples (providing only snippets and fragments); and there are no exercises whatsoever anywhere in the book with which to test your knowledge. As a tutorial (admittedly, the reviewers here have said this is NOT), the book fails miserably. As a reference for an established VB programmer, I'd say it's quite good. I'm only disappointed I will have to seek out a different book to get the lessons I now (still) need.


5 out of 5 stars The perfect reference.   November 2, 2000
 18 out of 18 found this review helpful

I have never been dissapointed with an "In a Nutshell" book. This book is a must have guide for any programmer who finds themself programming with Visual Basic. I am a seasoned C++ and Powerbuilder programmer and picked up this book as an aid to learning the VB language and soon discovered this was the only book I needed. I especially like the "Rules at a glance" and the "Programming Tips and Gotchas" found after each function description. I often find myself going to this book first before searching Microsoft's online help.

Powered by Associate-O-Matic

T-shirts, Posters

Pentagram T-shirts, bags, etc...


Gothic Posters

Related Links
Dark Videos

Terra Naturals - All Natural Products






© Darkpub.com 2001-2007. All rights reserved. Domain Registration and Hosting