Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Like New See details
Price: £16.09

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £7.65 Amazon.co.uk Gift Card
Stephens' Visual Basic Programming 24-Hour Trainer (Wrox Programmer to Programmer)
 
 
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.

Stephens' Visual Basic Programming 24-Hour Trainer (Wrox Programmer to Programmer) [Paperback]

Rod Stephens
5.0 out of 5 stars  See all reviews (1 customer review)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details
Trade In this Item for up to £7.65
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Stephens' Visual Basic Programming 24-Hour Trainer (Wrox Programmer to Programmer) for an Amazon.co.uk gift card of up to £7.65, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with ASP.NET 4 24-Hour Trainer (Wrox Programmer to Programmer) £19.49

Stephens' Visual Basic Programming 24-Hour Trainer (Wrox Programmer to Programmer) + ASP.NET 4 24-Hour Trainer (Wrox Programmer to Programmer)
Price For Both: £42.43

Show availability and delivery details



Product details

  • Paperback: 504 pages
  • Publisher: John Wiley & Sons; Pap/DVD edition (4 Feb 2011)
  • Language English
  • ISBN-10: 0470943351
  • ISBN-13: 978-0470943359
  • Product Dimensions: 23.4 x 19 x 2.6 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 613,848 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Rod Stephens
Discover books, learn about writers, and more.

Visit Amazon's Rod Stephens Page

Product Description

Product Description

Unique book–and–DVD package for novice Visual Basic programmers

Start from scratch, and even if you don’t know a thing about Visual Basic, you soon will with this thorough introduction to Visual Basic programming. Using easy–to–follow lessons and step–by–step instruction, this practical book teaches you concepts and hands–on techniques, then reinforces your learning with video screencasts and supplemental materials. Follow the exercises, then access the Try It section on the DVD, and watch as well–known VB authority and author Rod Stephens works through programming problems.

  • Introduces Visual Basic programming to beginning programmers; no prior experience is necessary
  • Covers Visual Basic programming concepts and techniques, as well as the Visual Studio development environment
  • Provides a series of easy–to–follow lessons, supplemented by instructional video on DVD
  • Offers expert instruction from well–known VB authority and author Rod Stephens, who also provides supplemental instruction on the DVD, where he works through a series of Try It problems and demonstrates effective solutions

Stephens′ Visual Basic Programming 24–Hour Trainer is an exceptional book–and–DVD package that will have you programming in Visual Basic in no time.

From the Back Cover

Learn to program with Visual Basic from an expert

As a well–known authority on Microsoft programming, Rod Stephens has developed a clear and compelling approach to teaching programming languages. With this book–and–video package, he applies his skills by showing you how to use Visual Basic to build robust software applications. Assuming little or no programming experience, the self–paced lessons with step–by–step instructions teach you the concepts and techniques of programming with Visual Basic. The tutorials on the DVD reinforce learning, helping you to quickly master the skills required for effective Visual Basic programming.

Stephens′ Visual Basic Programming 24–Hour Trainer:

  • Shows you how to read and write files and interact with databases

  • Explains how to write, debug, and run desktop applications that interact with the user and the computer

  • Looks at ways to perform calculations, manipulate files and strings, and produce printouts

  • Details how to use the Entity Framework to manipulate databases

  • Describes Visual Basic′s most useful controls and explains how to add them to forms, set their properties, and interact with them in code

  • Shows you how to use LINQ to Objects to perform complex queries of data without a lot of complicated code

Wrox guides are crafted to make learning programming languages and technologies easier than you think. Written by programmers for programmers, they provide a structured, tutorial format that will guide you through all the techniques involved.

On the DVD

Don′t just learn—do!

The lessons within the book are each accompanied by an instructional demonstration on the DVD—hours of video tutorials!

You′ll learn to:

  • Get started with the Visual Studio integrated development environment

  • Use variables and perform calculations

  • Debug code and reuse code with procedures

  • Define class methods and events

  • Make menus, tool strips, and status strips

  • Create and display new forms

  • Build custom dialogs

  • Use arrays and collections

  • Handle errors and prevent bugs

  • Make generic classes

  • Use inheritance and polymorphism


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
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)
 
(1)
(1)

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 Reviews

4 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
Format:Paperback
This is an excellent book for any one wanting to learn VB .Net or for someone moving from VB6 to .Net.

The book is organised into 39 chapters each chapter dealing with a separate topic such as variables, procedures, arrays, classes, using files etc. Each chapter has an overview and explanation with a Try it out and some exercises and also has a video lesson on the DVD for each topic.

I found the chapters easy to read and the explanations clear and understandable and was surprised at the amount of material covered. The code examples are also clearly written.

I am not a fan of video learning, but I really enjoyed the chapters' videos and they really help to explain and reinforce the topic being covered. They go at good pace and are not laboured and seeing the author code gives a good insight into using visual studio's programming IDE and on the way you learn not only about coding, but tips regarding laying out controls and how to attempt to recover if the IDE gets confused.

As well as basic programming the book also covers topics such as getting started with the IDE, handling errors, debugging code and the last two chapters have an overview of some of Microsoft's latest innovations of LINQ and the Entity Framework. The author also has some suggestions regarding code naming conventions

The book also has two useful appendices appendix A is a Glossary of Visual Basic terms and appendix B is a useful summary of the various controls in the toolbox.

I am sure if you take the time to work through the chapters and videos you will get good grounding in Visual Basic .Net and learn how to write clear code.

Overall a great book to learn from and if you get stuck the author even offers if you email him that he will try and assist you.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  9 reviews
5 of 5 people found the following review helpful
Another great book by Rod Stephens 13 April 2011
By Art Braundmeier - Published on Amazon.com
Format:Paperback
This reviewer has been programming in various computer languages for 4+ decades but most recently in the Microsoft Visual Basic language. I have 4 other texts written by Mr. Stephens and have learned a great deal from each of them. When offered the opportunity to provide a review for a Visual Basic dot Net book for beginners, I was delighted since I wanted to see how an experienced writer like Rod Stephens would accomplish such a daunting task.

I learn new code syntax quickly by seeing code examples and reading an explanation of each line of the code. As an experienced programmer but fairly new to the dot Net community, I found many excellent explanations that clarified my understanding. This book is written in a direct and often wry style that kept me entertained and eager to turn the next page. The author's humor is well-placed and doesn't get in the way of the message.

Whereas the Visual Basic language capabilities are huge, the author has chosen wisely for the book's topics. Like a well-written subroutine, each chapter has a specific task but the author introduces "other" tools in certain chapters. This not only gives the reader a way to simplify their code but also gives the reader an advance peek at Visual Basic's broad set of tools.

I strongly recommend this book for the serious Visual Basic beginner and the VB6 programmer transitioning to the dot Net language. The book's format and the author's writing style keep the pace lively. In almost all instances the programming jargon and the code syntax of Visual Basic are clearly explained. The Appendices are very good; especially the glossary and control summary.
3 of 3 people found the following review helpful
Great for all learning styles 10 Sep 2011
By John Bisschop - Published on Amazon.com
Format:Paperback
I have been programming for many years and started Visual Basic programming with VB 4. I wanted to move to VB 2010 and I thought that this book would be an ideal way to do that. I have several books by Rod Stephens and have found all of them to be very useful and thorough.

I was not disappointed with this book. It is easy to follow and the multiple methods allows you to use the learning style that works best for you. I would recommend that you use all of them because they reinforce what you have learned.

Highly recommended!
3 of 3 people found the following review helpful
Good for review or new person 3 May 2011
By Derek J. Rouleau - Published on Amazon.com
Format:Paperback
I haven't done much with VB in a while so I picked this up to give me a bit of a refresh. A lot has changed since VB 6 and I'm glad I got this. Very well written, with good examples. Won't make you an expert in VB, but will get you going in the right direction with a good foundation to work from.
Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges