Microsoft Visual Basic 2008 Step by Step
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Microsoft Visual Basic 2008 Step by Step | |||||||||||||||||||||||||||||
| Reader Reviews 1 - 15 of 15 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 11-25-08 | 5 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is a fantastic book!
Easy to follow, makes you feel like a pro. (Review Data Last Updated: 2008-12-04 06:52:20 EST)
|
|||||||||||||||||||||||||||||
| 11-24-08 | 3 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I think this book is a useful tool for from-scratch beginners, which is pretty much what I was...but the author has a tendancy to repeat the same things over and over and over and over and over and over again from one chapter to the next, and the redundancy got kind of...really annoying. I guess once you learn how to sift through to find the pertinent information, it's a very useful book.
(Review Data Last Updated: 2008-12-04 06:52:20 EST)
|
|||||||||||||||||||||||||||||
| 10-22-08 | 4 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
good book. but i kind of lost during first readings. whenever i tried to find quick links to my problems, i go to the content list but i feel that the content list is not helping me to be able to find asnwer to do this and that very quick. i was disspointed by that difficulties during my first readings, coz i bought this book to help me quick-solve my problems when i practice VB at hand.
(Review Data Last Updated: 2008-11-30 08:44:22 EST)
|
|||||||||||||||||||||||||||||
| 08-29-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Started from scratch with a VB 2008 Experss Edition project. Even though this book was not written for Express, it was an excellent guide. I purchased a book written for VB 2008 Express and did not even use it becaues this book was so much better.
(Review Data Last Updated: 2008-10-27 07:55:44 EST)
|
|||||||||||||||||||||||||||||
| 08-27-08 | 5 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I'm almost to the very end of the book now and I must say Halvorson did a great job with this book. Someone here complained that he kept making references back to other things in the book. Well, yes. However, you gotta keep in mind if you pick this book up just to refresh yourself on a particular task, say learning Printing, you might need to also refer to an earlier part of the book for a particular aspect of programming that is used in Printing. Michael does an excellent job of making references to other stuff in the book just for this very reason. If you need only a particular part of programming, then you'll get it AND the references to other areas of coding in case you've forgotten how they work.
As far as I'm concerned this book is set up wonderfully for those who are new to the language as I was. I've dabbled in programming for years now but this was the first time I have tried my hand at developing Windows programs. Michael does quite well at not only explaining different points of the language, but he also gives excellent examples of how you can relate the coding to different Windows functions. I would most definitely recommend this book to anyone who is wanting to learn the Visual Basic language. Bravo Michael! Bravo! (Review Data Last Updated: 2008-08-30 08:03:17 EST)
|
|||||||||||||||||||||||||||||
| 08-24-08 | 2 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Good book for who do not have some experience with VB programming but not for those who wanted some in-depth knowledge.
I found some free documentation of vb.net 2005 and, to me, was very helpful. (Review Data Last Updated: 2008-08-28 08:07:25 EST)
|
|||||||||||||||||||||||||||||
| 07-03-08 | 4 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This book is great for starters and pro alike. But you need to keep your mind open as you do the exercises. For instance i encountered this problem while i was doing MyCheckBox exercise. The author gave the code in the book as
If CheckBox1.Checkstate = 1 Then PictureBox1.Image = System.Drawing.Image.FromFile _ ("c:\vb08sbs\chap03\calcultr") PictureBox1.Visible =True Else PictureBox1.Visible = False End IF and If CheckBox2.Checkstate = 1 Then PictureBox2.Image = System.Drawing.Image.FromFile _ ("c:\vb08sbs\chap03\copymach") PictureBox2.Visible =True Else PictureBox2.Visible = False End IF I got this kind of message while trying to debug the program "A first chance exception of type 'System.IO.FileNotFoundException' occurred in System.Drawing.dll" the code should have been given as If CheckBox1.Checkstate = 1 Then PictureBox1.Image = System.Drawing.Image.FromFile _ ("c:\vb08sbs\chap03\calcultr.bmp") PictureBox1.Visible =True Else PictureBox1.Visible = False End IF and If CheckBox2.Checkstate = 1 Then PictureBox2.Image = System.Drawing.Image.FromFile _ ("c:\vb08sbs\chap03\copymach.bmp") PictureBox2.Visible =True Else PictureBox2.Visible = False End IF instead.I could not figure out the problem at first until i compared the code i wrote with that of the completed exercise the author gave. Another minor problem i encountered was in chapter 4 pg 116. The author assumes that we all are using a Microsoft Office suite that has Microsoft publishers file,but it was not the case for me as I am using Microsoft Office student and home edition which does not have Microsoft publishers files, so i was not able to complete this exercise as i was supposed to. Microsoft Visual Basic 2008 Step by Step (Review Data Last Updated: 2008-08-27 08:11:27 EST)
|
|||||||||||||||||||||||||||||
| 05-17-08 | 5 | 2\2 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I am almost finished with this book. I am working my way through this and one of the "dummies" guides at the same time. I am getting much more out of this book. The examples are clear. Everything has worked (so far!) and I like the general pace. A side note: make sure to check out all the (free) help on the web if you are learing a new language! Before I beat my head against the wall too long, normally a quick google will help point me the right direction.
(Review Data Last Updated: 2008-07-04 04:03:41 EST)
|
|||||||||||||||||||||||||||||
| 05-15-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
It's a excellent book. The very good idea is to include a copy of the book (PDF file) in in the CD of exercises that accompanies the book. Better idea should be a copy of the book for the the Microsoft ebook reader. Or both.
(Review Data Last Updated: 2008-05-21 07:49:43 EST)
|
|||||||||||||||||||||||||||||
| 04-22-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Michael H. is now an old hand at producing VB Step by Step books, and it shows. His treatment of the subject is thorough and to-the-point, as you can see by looking inside the book at the Table of Contents (above). His style is easy to follow, and your confidence level at the end will be high if you carefully follow his lead through this book. If his "Database and Web Programming" section at the end of the book doesn't pique your interest, nothing will. By inserting this section he shows you where VB 2008 is headed.
My biggest complaints are minor: 1) he wasted too much ink telling us how things were done back in the days of VB 6.0. Programmers have had about four years to get over that, Michael, but thanks for an otherwise very useful book, and 2) a few menu calls were to menu functions that don't exist. (That's inevitable when a book is based on pre-release software. None of the errors were difficult to overcome.) (Review Data Last Updated: 2008-05-21 07:49:43 EST)
|
|||||||||||||||||||||||||||||
| 04-16-08 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I am new to Visual Basic.
I've taken a couple of programming classes, but still have had a hard time grasping all of the little nuances. I recently started as an intern working with developers in the medical field. I found myself completely overwhelmed and started buying and reading every programming book I could get my hands on, specifically Visual Basic. This book is great! I'm half way through the book and haven't gotten lost yet! Halvorson walks the reader through each and every process and does it in the correct order. The order in which he presents the materal and the way engages the reader is critical to success! For the first time, I feel like I can jump in and get programming. This is the best book if you are trying to learn Visual Basic! (Review Data Last Updated: 2008-04-23 07:34:36 EST)
|
|||||||||||||||||||||||||||||
| 03-19-08 | 1 | 0\10 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Very poor product. Could not get the software to work in two of my computers. I recommend that you move on to some other product and stayaway from books by Michael Halvorson.
(Review Data Last Updated: 2008-04-17 07:45:34 EST)
|
|||||||||||||||||||||||||||||
| 03-18-08 | 4 | 5\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have found many books from this publisher (Microsoft Press) to be helpfull in learning a programming language. This title, "VB 2008- Step by Step", I've found to be a very good book to learn VB. Easy to read and understand (Better than the "Dummies" books). Would not use as my first book to learn VB from scratch. But if you know the basics. This is the book to get! A very good investment as well as a addition to your collection!
(Review Data Last Updated: 2008-04-17 07:45:34 EST)
|
|||||||||||||||||||||||||||||
| 03-09-08 | 5 | 0\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I really like the book so far. I've taken VB classes in the past (over 10 years ago) but wanted to get a refresher on the changes in VB, especially with .NET.
I've worked up to page 84, the MyCheckBox exercise. I'm running Visual Studio 2008 with Windows Vista and I'm getting the following error (building for .NET Framework 3.5): "A first chance exception of type 'System.IO.FileNotFoundException' occurred in System.Drawing.dll" I'm not sure what I've done wrong to this point. Is my .NET framework hosed or did I save my exercise in the wrong place? Perhaps the author can chime in on this and let me know how to proceed. Is there a website we can go for a bit of support? Overall it's a great book for beginners. (Review Data Last Updated: 2008-03-18 07:20:14 EST)
|
|||||||||||||||||||||||||||||
| 02-25-08 | 5 | 5\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I'm not new to the visual basic language (I've done some work with VBA) but I was new to visual studio. I just have to say that this book is very easy to follow, it's very detailed, and it's a great place to start learning the language and the use of the IDE.
The author guides the reader in a very easy to follow style of writing. He also goes into detail to make sure that you understand what it is that he either wants you to do or wants you to understand. He also makes no assumption regarding your skill level and basically writes so that anyone can understand. The only thing that I wasn't crazy about was that he sometimes repeats the same things over and over in every chapter. For example, "If the form is not visible when you load it, click on it in the Solutions box to make it visible." He'll say that for every project that you open. I guess it's ok because these little things really get pounded into your brain, but I found it just a little annoying. Finally, he does demonstrate a lot of new features in Visual Studio 2008, so the book is great even for experienced users. (Review Data Last Updated: 2008-03-12 23:01:18 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 15 of 15 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |