We don't believe in brain dumps. We are a certification website dedicated to providing answers to your questions about mcad, mcsd .net, mcdba, mcsa, and mcse information, requirements, books, exams, and training to help you earn your Microsoft certifications.
Save money using this special offer discount voucher coupon code on your Microsoft Certified Professional exams from Pearson VUE testing exam centers Save on your Microsoft Certification
Exams with this discount voucher coupon code!Click here to find out how to save money.
MCSE exam discounts, MCDBA exam vouchers, MCSD .NET coupon codes
View my shopping cart containing certification books View My Shopping Cart
Certification resources including books, exam notes, training courses, training centers, bootcamps, and study websites.
No braindumps, just a wealth of information.
MCSE MCSA MCSD .NET MCAD MCDBA Training Centers
MCSE information, MCSE requirements, MCSE benefits, MCSE exams, MCSE questions, MCSE answers, MCSE study guides, MCSE help, MCSE bootcamps, MCSE training, windows 2003 exams
MCDBA information, MCDBA requirements, MCDBA benefits, MCDBA exams, MCDBA questions, MCDBA answers, MCDBA study guides, MCDBA help, MCDBA bootcamps, MCDBA training, SQL Server 2000 examsMCSD .NET information, MCSD .NET requirements, MCSD .NET benefits, MCSD .NET exams, MCSD .NET questions, MCSD .NET answers, MCSD .NET study guides, MCSD .NET help, MCSD .NET bootcamps, MCSD .NET training, ASP .NET exams, VB.NET exams, C# exams
MCSA information, MCSA requirements, MCSA benefits, MCSA exams, MCSA questions, MCSA answers, MCSA study guides, MCSA help, MCSA bootcamps, MCSA training, windows 2003 system administrator study notes
MCAD information, MCAD requirements, MCAD benefits, MCAD exams, MCAD questions, MCAD answers, MCAD study guides, MCAD help, MCAD bootcamps, MCAD training, windows 2003 certification exams
Click To View Larger Picture Visual Basic 6 Weekend Crash Course
by Richard Mansfield
List Price: $29.99
Our Price: $20.99
ISBN: 0764546791
Publisher: John Wiley & Sons (March, 2000)
Edition: Paperback
Sales Rank: 240,557
Average Customer Rating: 3.71 out of 5
05
Buy now directly from Amazon.com
Purchase this book, safely and securly from the largest book dealer on the Internet, Amazon.com
VUE Voucher Number, Save money on all your Microsoft Certification Professional (MCP) Exams taken at Pearson VUE examination testing centers. No catch, 100% legitimate. Click to get the Voucher Number ( Promotion Code, Coupon Code ).

Customers Reviews:
Rating: 4 out of 5
05
Great way to get started in VB6
I liked several things about this book. I think it was well written, with a good layout of the chapters and lessons. It was easy to read and the examples were detailed enough for me.I had experimented with VB6 on my own, and have a programming background but had no real grasp of VB6 before I read this book. I completed the book in about 2 hours more than the outline was set up for.

I did read the other reviews before writing this and disagree with the others that had problems with the code examples. I can't remember any problem with mine. The book gave a good outline of the basics and was easy to read. I agree with most of what KCGIRL reviewed. This book is a good way to get started and includes a working model of VB6 (very limited, but it's included!). I have also referred to it a few times after getting more involved in the language. It will suffice as a basics reference while you are learning the basics.


Rating: 2 out of 5
05
Great concept with a very poor execution
When I looked at this book, I thought "What a great idea!" It was just what a beginner like me needed. However, when I tried to go through the sessions, I found that I was unable to complete the exercises because of the numerous errors throughout the book. Those errors included missing code and sample programs that just plain didn't work. In frustration, I abandoned the book after the 10th session.

I know some of the other reviewers think the errors are actually "good" because it forces the reader to debug their code. If I wanted to learn in that fashion I would have chosen a book specifically designed to teach debugging skills. No, I wanted what the author promised, "30 step-by-step lessons that will have you programming in only 15 hours." Yeah, right.

I imagine that the book has some marginal value as a reference tool. After all, I did pay for it. But it certainly didn't turn out to be the jump-start on Visual Basic it hyped itself to be.

My advice: save your money. Look for another book without the glaring errors, omissions, and faulty code.


Rating: 4 out of 5
05
It *can* be done in 15 hours -- I did it!
OK, so it took a effort approaching that of Hercules, and I'm an experienced programmer with quite a few other computer languages under my belt -- but at least we know it's possible!

I finished the book in 14 hours, 15 minutes -- including all of the review questions (usually just a mental affirmation when I knew the answer), plus 10 minutes to set up the included version of VB on my computer.

One of the greatest things about this book is its motivating format. It's a challenge -- learn the essentials of Visual Basic in a weekend!

And it was that challenge, plus the generally very positive reviews at Amazon.com, that motivated me to pick *this* book instead of a different title. Simply put, I decided this past week (because of a couple of opportunities that came up) that I ought to learn VB -- preferably, by Monday!

I finished the book 15 minutes ago, at 11:35 p.m. Sunday night.

My advice: start earlier in the week, and try to get in a bit extra time as you go along. Other matters took some of my time on Saturday and Sunday, and if I hadn't gained an hour and a half on Thursday evening, and half an hour on Friday, I couldn't have finished tonight.

The other great benefit is that Mansfield majors on the things you'll use a lot, and skips the things you'll use less, to produce a package that actually *can* be completed in a short (and hence motivating) time frame. He claims "the VB vocabulary has been carefully surveyed to determine which commands you need to know for nearly all programming." Obviously, I can't verify that from experience -- but throughout the book he seems to know what he's talking about.

Compare my experience in learning VB via this book with, say, my Java expedition: I began an 1100-page Java text almost a year ago, and I'm still stuck on page 257.

Negatives: yes, it could definitely use some better editing, including, in places, editing of the code supplied. For humor, my own favorite example of this was:

--------------------------------------
For I = 1 to Numberofcopies
Printer.Print Text1.Text
Next I

Notice the convention of indenting the code inside a For...Next loop. This graphically illustrates the loop.
--------------------------------------

(Did you see the indentation? Me neither!)

Far less amusing is that the author should've included on page 279 or so the code for cmdNew_Click() that's on page 302. Also, my main finished application didn't behave quite as expected -- and if I'm "keeping to schedule," I didn't have time to debug it (that's OK, I learned enough from it).

Incidentally, though, another reviewer's complaint of illegal names -- as in "1stSearch" (a variable name can't begin with a digit) -- was INCORRECT. The previous reviewer misread the text, which reads, e.g., "LSTSEARCH" (as in LIST BOX) -- *not* "1STSEARCH".

For most chapters, you'll need to use your computer to really follow and learn the material. Unfortunately, the version of VB on the CD-ROM won't allow you to walk through all the steps in some of the final chapters, but the author (obviously knowing this) has provided more screen shots, allowing you to follow along.

A time-saving tip: don't type in the code! Simply cut and paste it from the CD-ROM. Then review it line for line, either from the book pages or on your screen.

A perfect book? No. But all in all, this text got the job done for me. I'm by no means a VB expert after one weekend and 375 pages, but I sure as heck am on my way. I give Mansfield's book a quite solid 4 stars out of 5.

Similar Product:
Microsoft SQL Server 2000 Weekend Crash Course
Microsoft SQL Server 2000 Weekend Crash Course
 

Please note: Checkout and payment processing is done safely and securely through Amazon.com.
Prices (as shown) are subject to change without notice and cannot be guaranteed.
Email this page to a friendEmail this page to a friend Correction/Comment/Suggestion Regarding This PageCorrection/Comment/Suggestion Regarding This Page?
©2003 CertificationWorks.com  Privacy Policy | Terms of Use | Contact Us
Microsoft Corporation in no way endorses or is affiliated with CertificationWorks.com.  All trademarks displayed on this website are trademarks of their respective owners.