Visual Basic 2005 Cookbook and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers (Cookbooks (O'Reilly))
 
 
Start reading Visual Basic 2005 Cookbook on your Kindle in under a minute.

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

Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers (Cookbooks (O'Reilly)) [Paperback]

Tim Patrick , John Clark Craig
4.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £38.50
Price: £32.73 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.77 (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

Formats

Amazon Price New from Used from
Kindle Edition £20.84  
Paperback £32.73  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 744 pages
  • Publisher: O'Reilly Media; 1 edition (28 Sep 2006)
  • Language English
  • ISBN-10: 0596101775
  • ISBN-13: 978-0596101770
  • Product Dimensions: 23.3 x 17.9 x 3.6 cm
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 668,081 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

This book will help you solve more than 300 of the most common and not-so-common tasks that working Visual Basic 2005 programmers face every day. If you're a seasoned .NET developer, beginning Visual Basic programmer, or a developer seeking a simple and clear migration path from VB6 to Visual Basic 2005, the Visual Basic 2005 Cookbook delivers a practical collection of problem-solving recipes for a broad range of Visual Basic programming tasks.

The concise solutions and examples in the Visual Basic 2005 Cookbook range from simple tasks to the more complex, organized by the types of problems you need to solve. Nearly every recipe contains a complete, documented code sample showing you how to solve the specific problem, as well as a discussion of how the underlying technology works and that outlines alternatives, limitations, and other considerations. As with all O'Reilly Cookbooks, each recipe helps you quickly understand a problem, learn how to solve it, and anticipate potential tradeoffs or ramifications.

Useful features of the book include:

  • Over 300 recipes written in the familiar O'Reilly Problem-Solution-Discussion format
  • Hundreds of code snippets, examples, and complete solutions available for download
  • VB6 updates to alert VB6 programmers to code-breaking changes in Visual Basic 2005
  • Recipes that target Visual Basic 2005 features not included in previous releases
  • Code examples covering everyday data manipulation techniques and language fundamentals
  • Advanced projects focusing on multimedia and mathematical transformations using linear algebraic methods
  • Specialized topics covering files and file systems, printing, and databases

In addition, you'll find chapters on cryptography and compression, graphics, and special programming techniques. Whether you're a beginner or an expert, the Visual Basic 2005 Cookbook is sure to save you time, serving up the code you need, when you need it.

From the Publisher

This book will help you solve more than 300 of the most common
and not-so-common tasks that working Visual Basic 2005 programmers face
every day. If you're a seasoned .NET developer, beginning Visual Basic
programmer, or a developer seeking a simple and clear migration path from
VB6 to Visual Basic 2005, the Visual Basic 2005 Cookbook delivers a
practical collection of problem-solving recipes for a broad range of Visual
Basic programming tasks. It's sure to save you time, serving up the code
you need, when you need it.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Reviews

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
5 of 5 people found the following review helpful
Format:Paperback
Being a developer who has moved over from VB6 to VB.NET I found this to be an extremely useful little book. Its well laid out with short topics broken into Problem - Solution - Discussion , good diagrams and example code. Picked up many useful extras within the first few chapters. Great to read from cover to cover or just diving in on a subject.

Written with humour which is a bonus!

One cook book where you won't fall asleep.
Comment | 
Was this review helpful to you?
VB coding cookbook 2 Aug 2010
By AJK
Format:Paperback
Useful snippets of code set out in QA format. Lots of areas covered. You will need to know VB basics beforestarting out with this book, but the discussions included with each problem explained a lot of things other books had me scratching my head about. Great if you've been given a number of jobs to code.
Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  18 reviews
34 of 34 people found the following review helpful
A good reference for all skill levels 29 Oct 2006
By Jerry Dixon - Published on Amazon.com
Format:Paperback
There are a many, many reference books out there. Some are good, and some are not. Most are arranged in the "standard" way. They contain one or more chapters about each of their chosen topics. Readers are expected to read these chapters in order to learn what they need. This book, however, is a bit different. It presents hundreds of "recipes", each solving a real-world problem. Some "recipes" are less than a page long, while others span many pages. The cool part is this: most of these recipes stand on their own. You don't have to read them in order. You can choose the recipe that corresponds to your particular need, read it, and apply it to your own program. Sweet.

The real worth of such a book lies in the quality of the recipes. Having hundreds of recipes available does one no good unless those recipes are actually used. I have to admit that at first I was skeptical. The first recipes were well beneath my skill level. The topics were explained well, but they were still very basic. The recipes became more interesting as I progressed through the book. Things got really interesting when I reached the chapter on graphics. From then on, I was sold.

Of course, those first chapters weren't interesting to me because I already knew the material. My son, who is very much a beginning programmer, was a different story. I asked him to read the first recipe and to write the example program. He found it quite interesting and helpful. In fact, this is the first book that I've found that he will actually read. That, of course, makes this book much more useful than all of the others.

I gave this book four stars instead of five for one reason; object disposal. All throughout the book, the authors show how to use objects that should be disposed. They don't, however, show you how to do this until halfway through chapter 14. Because the independent nature of these recipes, it's possible that someone might never read chapter 14. Those people might think that they are writing good code, but they would be wrong.

So, go buy this book, and don't forget to read chapter 14.
20 of 20 people found the following review helpful
Great book. Got something for everybody 12 Oct 2006
By MSS - Published on Amazon.com
Format:Paperback
You got to know the basics of Visual Basic before using this book. This book is a very good reference for learning Visual Basic 2005 and also for the advanced developer. It's good for beginners when you are in the stage of "How do I do this...". It's also includes updates for VB6 programmer who are upgrading to Visual Basic 2005 alerting them about the code breaking changes in Visual Basic 2005. The problems discussed are real-world that you may have faced or will face in your development.

I have this book for a few days and I really like it. It like a How-To book for developers. The book uses the problem-solution approach. All the problems are listed in the index so you can quickly find the recipe that you need. Each topic/recipe has got 3 sections. First is the "problem" which lists what you want to do. The second section is the "solution" for the problem. You will need to download code for the book. You can download the code for the book from the oreilly site. The third section is "discussion" where the authors have explained the solution for easy understanding.

This book has got something for everybody from beginners to advanced developers. It's got a lot of time saving solutions to the development problems that you will face. You can also call it a code library with good documented code that you can use in your development. It's the sort of book that can keep handy next to your workstation(You never know when you are in a fix and you need it or you can just pick it up to learn something new that you can use later).

Following are the recipe caregories(chapters) in the book

1. Visual Basic Programming

2. The Development Environment

3. Application Organization

4. Forms, Controls, and Other Useful Objects

5. Strings

6. Numbers and Math

7. Dates and Times

8. Arrays and Collections

9. Graphics

10. Multimedia

11. Printing

12. Files and File Systems

13. Databases

14. Special Programming Techniques

15. Exceptions

16. Cryptography and Compression

17. Web Development

The authors have done a very good job with this book. You can see the full table of contents in the O'Reilly site. There is also a sample chapter in PDF format available on the site.
14 of 15 people found the following review helpful
Perfect For VB 2005 Developers!! 5 April 2007
By Daniel McKinnon - Published on Amazon.com
Format:Paperback
'Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers' by Tim Patrick is a perfect reference and solution manual for any and all Visual Basic 2005 developers. Written in typical great O'Reilly cookbook fashion, this book is chock full of nuts with 700+ pages of goodness.

Chapter Overview

01. VB Basics

02. Development Environment

03. Application Organization

04. Forms, Controls, Other Objects

05. Strings

06. Numbers And Math

07. Dates & Times

08. Arrays & Collections

09. Graphics

10. Multimedia

11. Printing

12. Files & File Systems

13. Databases

14. Programming Techniques

15. Exceptions

16. Cryptography & Compression

17. Web Development

This is simply a fabulous book that any and all VB programmers of today need to pick up. Not only will you save time, you'll enjoy doing it while reading this wonderful guide!!

***** HIGHLY RECOMMENDED
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!


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