Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Visual Basic 6 Complete

Visual Basic 6 Complete

List Price: $19.99
Your Price: $13.59
Product Info Reviews

<< 1 2 3 >>

Rating: 5 stars
Summary: Not perfect, but still Excellent
Review: After wading through and returning around 8 VB books in the past couple months, it didn't take long to realize this one is quite a value! This book is a pleasure to read and explains nearly everything in detail. After reading only 100 of the 1,000 pages, I had already easily understood many things the other books confusingly presented. I like hands-on learning and this book fits the bill at every turn. Much of the hands-on stuff is cumulative, in that you start with a simple program and keep adding to it. This makes learning the interactivity of VB elements a lot easier. Best value I've seen.

Rating: 4 stars
Summary: Very good for beginners
Review: As I bought this book I tough that it should include complete coverage of VB but it does not. This is a perfect book for a beginners but it only covers a basics of VB programming. It does not cover database programming !!!! There is almost nothing of database programming. This is very good book for beginners (and cheap)!

Rating: 4 stars
Summary: Hmmm......
Review: First off, being an IT graduate w/out any knowledge of VB6 but with C++/Java knowledge, I wanted to learn VB6 with little fuss. Secondly, when I saw this book, I was very amazed at the book's thickness at a very affordable price. I immediately got it with minimal page flipping. Btw, its also my first VB6 book.

I went back to have a read. It starts off pretty well with basic intro of the IDE, explainations of the toolbox and so on. The code examples presented were good and easy to understand from a intermediate's point of view. Now, being a complete book, I read it halfway thru, and you would've assume they'd explain some code they used in later chapters.

This isn't the case. HOWEVER it does provide a COMPLETE language reference at the back, so some exploring is required though it shouldn't be hard. Also, this book doesn't exactly flow in the way you would want it to, mainly because its a compilation of different VB6 books of varying difficulty levels.

At times, it skips to different topics too fast, leaving many holes in between.... so be careful. On the plus side, this book does cover many topics, including the Win API, VBSCript, VBA and DB programming. So, it's definitely complete in that sense, but they're NOT completely explained.

So what's the conclusion? JUST GET IT! Regardless of your VB level, you will benefit in some form or another from this book, considering the ridiculous price it offers.

Rating: 5 stars
Summary: FANTASTIC!!!!
Review: 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.

Rating: 5 stars
Summary: FANTASTIC!!!!
Review: 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.

Rating: 4 stars
Summary: Good reference and companion volume
Review: 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.

Rating: 4 stars
Summary: Good reference and companion volume
Review: 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.

Rating: 3 stars
Summary: Good overall, not very specific.
Review: Good general information, but not very detailed on any one subject. Good read if you are interested in many areas of VB programming but don't want to buy ten different books. After reading one section, if you are still interested, then you know to buy the full book on that one subject.

Rating: 5 stars
Summary: great for reference
Review: I am a computer science major in my junior year and I'm taking a Visual Basic course at the moment. This book is great for quick reference. I would recommend this book for anyone that has some experience programming so you know what you are looking for in the really thick book.

Rating: 5 stars
Summary: I must recommend this book
Review: I have finally found a book that progresses at MY rate. I find that other "Teach Yourself" books usualy stick to basics for 50% of the book, and then dable on a couple of advanced features of VB. Hence you usualy can't use a "Teach Yourself" book as a reference guide, even if they do give you somewhat of a solid base in VB.

THIS BOOK IS DIFFERENT!!! It explains concepts concisely, clearly and with interest (not dry). This means that many concepts can be conveyed in the shortest space of time. This also allows the reader to progress very quickly to in depth advanced features, which is great if you are already familiar with VB, or other languages.

Because of the in depth coverage of advanced VB features, the book is also a very good reference guide. Because the book is so cheap, it must be one of the best investments a person, or company, can have.

There are only a small number of drawbacks to the book. Most of these drawbacks occur due to the fact that that several books are combined into this book. This means that various writing and code styles appear which takes a little getting use to.

This is definitely one of the GOOD books!!


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates