InvestorDictionary.com
HomeDictionaryCategoriesBooks
Search for Terms:  
Browse by Category:  
Browse:  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  # 
  Search:       

Visual Basic 6 Complete

by Steve Brown

List Price:$19.99
Amazon Price:$17.99 & eligible for FREE Super Saver Shipping on orders over $25.
You Save:$2.00 (10%)
Average Rating:4 out of 5 stars
Lowest New Price:$3.36
Availablitiy:Usually ships in 24 hours

Buy Now!


Editorial Reviews
Product Description
Visual Basic 6 Complete is a one-of-a-kind computer book-valuable both for its broad content and its low price. This book contains the essentials you need to know about programming with Visual Basic and VBA, for use in building Windows applications, scripting, and extending and integrating Office applications.

With Visual Basic 6 Complete, you'll learn all about building Visual Basic applications - from working with forms and controls to using the Windows API and debugging Web applications -- and you'll quickly take advantage of all that Visual Basic has to offer. Get up to speed with Visual Basic, then move on to scripting objects, VBA, and building internet applications and interactive Web sites.

As you become more proficient with Visual Basic, you'll find the Visual Basic 6 Language Reference to be an invaluable daily tool. This comprehensive reference quickly puts every built-in function and statement at your fingertips.

Visual Basic 6 Complete introduces you to the work of some of the finest Sybex authors, so you'll know where to go to learn even more about what's possible with Visual Basic.

Inside:

Introduction to Visual Basic
* Mastering the Integrated Development Environment (IDE)
* Working with forms and controls
* Understanding object-oriented programming
* Building sample VB applications
Practical Visual Basic
* Debugging Visual Basic applications
* Extending VB with the Windows API
* Accessing the Windows Registry
* Building screen savers, and displaying an icon in the system tray with VB
Visual Basic Scripting and the Internet
* Adding scripting support to your application
* Scripting objects
* Building Web-based applications with VB
Visual Basic for Applications
* An Introduction to VBA
* The Word Object model
* The Access Object model revisited
* Professional development with VBA
Visual Basic References
* Complete Visual Basic 6 Language Reference
* Visual Basic 6 Function Reference


All Customer Reviews
Average Customer Review:4 out of 5 stars
0 of 0 people found the following review helpful:

3 out of 5 starsGood reference, 2007-09-22
This is a good reference book but if you are looking for details this is not the book.


1 of 2 people found the following review helpful:

5 out of 5 starsA Trio Of Good Books, 2005-08-04
I've been wrestling with trying to review this book, along with two others I purchased as a package recently, and I came to the conclusion that I can't review this book alone, I have to review all three together. I'm reading them all simultaneously, and the similarities and differences, combined together, are making the study of Visual Basic 6.0 an extremely enjoyable experience. The other two are: (1) Visual Basic 6 by Paul Sherrif (2) Step by Step Visual Basic 6.0 by Microsoft Press. Again, I can heartily recommend the combination of all three read at the same time. You will feel as if you are getting Visual Basic training at an accelerated pace, even tho, you will probably lose track of what book covered which topic. So far, at any rate, doing it this way is working out very well for me. Try it.


3 of 4 people found the following review helpful:

3 out of 5 starsCompleteness traded for Brevity, 2005-02-02
The book has written on the cover "1,000 pages ONLY $19.99", and it was able to accomplish this because all of the chapters come from other books but that have been editted to be smaller so that they fit. It feels to me like various information was lost in this editting process and the only way to get this missing information is to download the source code and look at that.
Unfortunately, the projects do not seem to open in my version of VB6, and this has made repeating the programs they describe very difficult. I am not certain why the projects won't work, but I suspect that it is because I have upgraded to service pack 6 for VB6 and somewhere along the service pack path, the project files have become obsolete. So if you purchase this book, that is something you will want to be aware of.


15 of 18 people found the following review helpful:

4 out of 5 starsGood reference and companion volume, 2003-06-27
For my introduction to today's Basic (no longer all caps, I note) and my re-education in programming, I found this to be the best value if you already have the Basic 6 program. If you haven't you might want to try one of the other books, such as Practical Visual Basic 6 by Bob Reselman and Richard Peasley which includes a disk with the Working Model Edition of Microsoft's Visual Basic 6. Professional programmers of course will want to buy the full-blown Visual Basic, but even they might find this manual handy.

I came from the environment of the line numbered GW Basic and even "Shingo" Basic after taking a class in Basic programming at the local junior college in the late eighties. After that I learned QuickBasic on my own. QuickBasic was a programming language developed from Basic that incorporated the structured programming techniques and some of the commands and ideas used in more professional languages like C, and I forget what else. I wrote some moderately complicated programs of eight or nine hundred lines and then I didn't do any programming for years. When I returned a couple of years ago I discovered that what was now the state of the art for the amateur programmer was Visual Basic. I took a look at the program (a stripped down version that came with Word Perfect) and was absolutely flabbergasted. I could not figure out how to even begin writing a program!

So I went to the bookstore and found several shelves of Basic books. I tried one (I don't recall the title) but found it so lacking in information and guidance (for the price) that I actually took the book back the next day and got a refund. Some other books were entirely too advanced and too specialized for my needs. Then I tried this generic title, and with help from doing the exercises in Reselman's and Peasley's book, it brought me up to speed in Visual Basic enough to write a program to keep track of some stock market data that I was interested in.

What this book does not do that I wish a Visual Basic book would do is include an equivalence table in which the old commands from the world of QuickBasic are paired off with the new commands, and a one-for-one comparison of the old and new ways of doing things. This would be very handy for those of us who learned our Basic some years ago. I looked around for such a book but without luck.

Fortunately many things have not changed. The random number generator works the same, for example. The techniques and commands for using sequential files, for another example, are vitually the same. The really startling changes are in the way information is presented on the screen. If you're like me and haven't done any programming lately, you will probably find yourself facing a brand new learning curve here.

This book begins with an introduction to Visual Basic 6 and the concept of object programming in Part I, followed by practical guidance in Part II, and then in Part III introduces the reader to scripting and using Visual Basic for Internet programming. Part IV is Visual Basic for Applications, which I didn't get to, and Part V is a reference. The various chapters are taken from other Sybex publications such as e.g, Steve Brown's Visual Basic 6 In Record Time.

In the old days, the "quick and dirty" way to really learn a programming language was to jump right in with a project and get it to work. However, like the "spaghetti code" techniques of old, such an approach will not work well if one wants to write complex programs. So I found that there is no substitute for laboriously learning a significant portion of the commands and techniques before actually trying to write a program. Writing small programs guided by experts is the best way, and that is why I do not recommend any single book for the beginner. I recommend instead that this book be purchased as complement to another book, again Practical Visual Basic 6 mentioned above would be adequate. That way if one explanation or guidance is not entirely clear, you can have the advantage of another writer's approach.

Bottom line is the Visual Basic program itself, a way to interface and develop programs in concert with Microsoft's Windows that will astonish you with its power. Or at least it astonished this old weekend programmer.


6 of 7 people found the following review helpful:

5 out of 5 starsFANTASTIC!!!!, 2003-03-19
for its price, and the amount of information provided, this book is an absolute must have for anyone who does any sort of visual basic programming. while it does skim over some of the more advanced topics in some places, it does what most other visual basic books do not - provides the reader with an awareness of the advanced topics so that they can then decide whether they wish to pursue those subjects further. with example programs that can be downloaded from the Sybex website ... and heaps of explanations and exercises within the book, it will take you to a whole new level of visual basic expertise.




Price is accurate as of the date/time indicated. Prices and product availability are subject to change. Any price displayed on the Amazon website at the time of purchase will govern the sale of this product.
Store Categories
Accounting
Bonds
Commodities
Economics
Finance & Investing
Financial Store
Futures
Insurance
Mutual Funds
Options
Real Estate
Retirement Planning
Stock Market
Taxes
Technical Analysis
Trading

Related Products



Browse:  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  # 
The Financial Ad Trader
Copyright © 2008 InvestorDictionary.com - All rights reserved.