|
Tech. Books
Software
PC & Laptops
Electronics
|
|
|
|
| Microsoft Visual Basic 2008 Step by Step | 
enlarge | Author: Michael Halvorson Publisher: Microsoft Press Category: Book
List Price: $39.99 Buy New: $22.99 You Save: $17.00 (43%)
New (41) Used (11) from $22.99
Avg. Customer Rating: 12 reviews Sales Rank: 7145
Media: Paperback Number Of Items: 1 Pages: 546 Shipping Weight (lbs): 5.7 Dimensions (in): 8.8 x 7.2 x 1.5
ISBN: 0735625379 Dewey Decimal Number: 005 EAN: 9780735625372 ASIN: 0735625379
Publication Date: January 27, 2008 Availability: Usually ships in 1-2 business days Condition: Brand new book. Shipped from our NYC store. Slight Shelf wear to cover. Pages are clean and unmarked.
|
| Similar Items:
|
| Editorial Reviews:
Product Description Teach yourself the fundamentals of working with Visual Basic 2008 one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you re a beginning programmer or new to this specific language, you ll understand the core capabilities and fundamental techniques for Visual Basic 2008 and rapidly build robust, elegant applications. Each chapter puts you to work, showing you how, when, and why to use the latest features of Visual Basic guiding you each step of the way as you create actual components and working applications for Windows. You ll also explore data management and Web-based development topics. PLUS get practice files with sample code and data sets on the companion CD.
Key Book Benefits
Covers the latest enhancements and features of Visual Basic 2008
Provides step-by-step guidance on how to use Visual Basic 2008 with Microsoft Visual Studio 2008 to create smart-client and Web applications
Features easy-to-follow, logically planned lessons in the popular STEP BY STEP format ideal for anyone with fundamental programming skills
Includes a companion CD with data sets and code samples
|
| Customer Reviews: Read 7 more reviews...
microsoft visual basic 2008: step by step October 22, 2008 0 out of 1 found this review helpful
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.
Excellent tutorial and reference. August 29, 2008 1 out of 1 found this review helpful
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.
Well done Michael! August 27, 2008 1 out of 1 found this review helpful
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!
Good for beginners August 24, 2008 0 out of 4 found this review helpful
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.
Great Book July 3, 2008 6 out of 7 found this review helpful
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
|
|
|
| |