Buy Used
Used - Good See details
$3.08 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Visual Basic Programming for the Absolute Beginner w/CD
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Visual Basic Programming for the Absolute Beginner w/CD [Paperback]

Michael Vine (Author)
2.6 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0761535535 978-0761535539 July 1, 2002 1
This book is both conceptual and made for beginners. It will not only teach Visual Basic, often the very first language that aspiring programmers want to learn, it will teach them the fundamental programming concepts they need to grasp in order to learn any computer language. Plus, it uses game creation as a teaching tool. Readers will learn how to program in VB and produce something enjoyable at the same time. Of course, the practical implications of what they're learning will be discussed as well. The goal of the series is adaptive learning -- that the reader takes skills learned in this book and then applies them to his or her own situation as well as utilizes those skills when learning the next language.

Customers Who Bought This Item Also Bought


Editorial Reviews

About the Author

Michael Vine has taught computer programming, web design and database classes at Indiana University Purdue University (IUPUI) in Indianapolis, IN and MTI College in Sacramento, CA. Michael has 12 years of professional IT experience with Fortune 500 companies in database development, software engineering, web design and IT project management.

Product Details

  • Paperback: 368 pages
  • Publisher: Course Technology PTR; 1 edition (July 1, 2002)
  • Language: English
  • ISBN-10: 0761535535
  • ISBN-13: 978-0761535539
  • Product Dimensions: 9.1 x 7.4 x 0.8 inches
  • Shipping Weight: 1.4 pounds
  • Average Customer Review: 2.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,567,472 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

9 of 9 people found the following review helpful:
2.0 out of 5 stars Visual Basic...but not for the Absolute Beginner, June 7, 2003
By 
Tabe (Spokane, WA USA) - See all my reviews
This review is from: Visual Basic Programming for the Absolute Beginner w/CD (Paperback)
...I liked its approach of using games and "fun" lessons for teaching Visual Basic. I've already completed SAMS "Teach Yourself Visual Basic in 24 Hours" so I'm not the "Absolute Beginner" that is the target audience of this book. With that in mind:

1) This book is NOT for the absolute beginner. There is little if any discussion on how to use Visual Basic/Studio at all. No handholding at all. Often, items are mentioned only in passing (like how to do comments in your code) with little explanation. It seems an effort was made to make the book less intimidating by keeping it under 350 pages. The net result is a book with far too little explanation and information.

2) Throughout the book, when it comes time to add controls to your programs, you're simply given a chart listing all the controls and *some* of the properties you have to set. So what's the problem? The chart doesn't list any of the size or placement properties for the control! So you constantly have to flip back to the screenshot of the program - usually several pages earlier - to give yourself some idea where the item is supposed to go and how big it's supposed to be. In another example, in the animation program from chapter 3, you're supposed to assign a picture to 9 image controls. Problem? You're never told the NAMES of the picture files to assign! The author simply says that the images can be found on the CD with the book. Only they're not there! They're included as one large bitmap file on the CD which won't work for the program being worked on!

3) Code errors - in chapter 3, the author twice makes mention of using a particular Boolean variable in his program, making sure to allocate it by using "Dim". The problem? It's never used! All he does is allocate it, it never gets put to use!

4) Also in chapter 3, the author mentions the "Keydown event, which you've already seen earlier". I couldn't remember seeing it earlier, so I looked in the index. Turns out that "Keydown" is discussed only once in the book - IN THE SENTENCE THAT SAYS IT WAS DISCUSSED EARLIER.

That said, there are some good things to be gained from this book, as the author uses some events and controls that other beginning books don't touch as relate to games, so that's good. But if you're a true beginner, forget it.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
2.0 out of 5 stars This book is mis-named, May 17, 2002
By A Customer
This review is from: Visual Basic Programming for the Absolute Beginner w/CD (Paperback)
I do not think this book is for the "absolute beginner". It has been frustrating trying to build the programs in the book, because, even in the first chapter, the author does not explain how to do things, he just says "do it". I am sorry I bought the book. I am now using "Visual Basic 6 Complete", which I find much better for a beginner like myself.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
3.0 out of 5 stars Fun topics, experiece needed., November 5, 2003
By 
"science__1" (Troy, Oh United States) - See all my reviews
This review is from: Visual Basic Programming for the Absolute Beginner w/CD (Paperback)
Allow me to begin by stating that while I am an experienced Basic programer, I am a beginner to Visual Basic.NET. This is the background from which I write this review. My understanding of Basic programing in general gives me some advantages which someone totally NEW to programing will not share.

The trouble with many books on Visual Basic is that they focus so strongly on fundamentals that you never get to the fun stuff until very late.

For example, I bought a different book; 'Visual Basic.NET How to Program', by Deitel as my introduction to VB.NET. (Please note: If you have NO experience in Basic, the Deitel book is not for you.) The book is wonderful. It goes into great detail on the topics and is information-dense. But it is a dry read doesn't get to the FUN stuff, like timers and simple graphics until late in the book. After pouring over that book for the better part of a week, I was ready for a break. I wanted to do some FUN stuff!!

Browsing over the selection at the book store I finally settled on 'Visual Basic .NET Programming for the absolute beginner'. This book has many strong points and a few flaws. The flaws have been spelled out by other reviewers, so let me focus on some of the things I really liked.

First, if you read many VB book reviews you will see that a common complaint is that a book was written using a beta version of Basic .NET and that the examples do not work, or do not work well with the final release. This book does not seem to suffer from that flaw. That is GOOD!!

Second, the author has a great writing style which is a refreshing break from the rather dry text of my main instructional book. The author gives some excellent explanations on important core concepts, such as classes, inheritance and OOP. I found the second perspective on these topics very helpful to my understanding of them.

Third, the author does some Fun Stuff. You will learn, through the example of an arcade game how to use a timer to control events in a program. This knowledge will give you the keys for implementing your own ideas, be it writing a savings calculator which actively shows your hypothetical savings as they grow month after month and year after year, or writing your own graphing-programs which plot in real time.

The author also covers sequential and random access files, which are an important function for many programs.

My main lament is that the book does not cover page flipping, sprites, collision detection and buffered screens. For any book supposedly focusing on game programing, this is a serious lapse to my way of thinking.

Still, the author probably left those topics out because the book was supposed to be aimed at beginners, but this is no book for beginners! You are going to need some VB experience if you hope to get any real benefit from this book, so the absence of those fundamental programming topics is keenly felt.

That having been said, I am not being fair in faulting this book for failing to be what it was never intended to be so my complaint is neither relevant nor valid.

The intent of the book was a good one; to be a fun introduction to Basic .Net for the absolute beginner. But the authors good intentions may have been sunk by an aggressive editor and/or other publishing constraints (price or page count). That is too bad. This could have been a 5 star beginners book (or a 10 star gamers book!)

Conclusion: Here is a good complimentary book to your main VB.NET studies, but definitely not a stand alone text. If you are on a budget and totally new to Visual Basic. NET, this is not the book for you. If you have some Visual Basic experience and are looking for some fun and another perspective on key topics, you could do worse than to buy `Microsoft Visual Basic .NET Programming for the absolute beginner'.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Inside This Book (learn more)
First Sentence:
During this time, learning how to program meant attending the computer science school in my area. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
splash screen template, light bulb program, adder program, click start game, standard code module, dice program, next command button, sequential file access, few common properties, form load event, programmable events, picture box control, randomize function, sequential access files, mad lib game, slot machine game, select case structure, rnd function, dialog template, video poker game, drop technology, validate event, quiz game, graphic cells, fore color
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Basic, End Sub, Private Sub, Option Explicit, Exit Sub, Exit Function, Public Sub, String Dim, Combo Box, End Function, Picture None, Public Function, True If Checkforwin, Picture Case, Picture Bitmap, Source As Control, Caption None, Control Property Setting, Add Procedure, Cancel As Integer, State As Integer, Word Art, Add Form, Fixed Single, Project Explorer
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(8)
(6)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject