Expert One-on-One Visual Basic 2005 Design and Development 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
Expert One-on-One Visual Basic 2005 Design and Development
 
 
Start reading Expert One-on-One Visual Basic 2005 Design and Development on your Kindle in under a minute.

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

Expert One-on-One Visual Basic 2005 Design and Development [Paperback]

Rod Stephens (Author)
4.0 out of 5 stars  See all reviews (5 customer reviews)

Price: $39.99 & this item ships for FREE with Super Saver Shipping. Details
  Special Offers Available
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, February 6? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $25.99  
Paperback $39.99  

Book Description

February 5, 2007 0470053410 978-0470053416 1
Get ready to take your applications to the next level by harnessing all of Visual Basic 2005’s tools for programming, debugging, and refactoring code. In this hands-on book, you’ll get proven techniques for developing even the most complex Visual Basic applications. Expert tips on modeling, user interface design, and testing will help you master the advanced features of this language. You’ll learn how to make writing code more effective so that you can quickly develop and maintain your own amazingly powerful applications.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Expert One-on-One Visual Basic 2005 Design and Development + Expert One-on-One Visual Basic 2005 Database Programming + Visual Basic 2005 Programmer's Reference (Programmer to Programmer)
Price For All Three: $106.37

Some of these items ship sooner than the others. Show details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Expert One-on-One Visual Basic 2005 Database Programming $26.39

    In stock but may require an extra 1-2 days to process.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Visual Basic 2005 Programmer's Reference (Programmer to Programmer) $39.99

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

Are you ready to take your applications to the next level by harnessing all of Visual Basic 2005's unmatched tools for programming, debugging, and refactoring code? In this hands-on book, I'll share with you proven techniques for developing even the most complex Visual Basic applications. I include expert tips on modeling, user interface design, and testing so that you can master the advanced features of this language.

I'll first take you through the design activities that are necessary before Visual Basic development can begin. Next I'll describe the various writing tools that you'll be able to use to make programming easier and less error-prone. I then focus on various ways to make writing code more effective and cover sophisticated techniques for handling particular tasks. This approach will help you quickly develop and maintain your own amazingly powerful applications.

What you will learn from this book

  • How to add scripting, reflection, and advanced printing to your applications
  • Ways to write add-ins for the VB 2005 development environment
  • How to build custom controls by using UserControl, subclassing, and by using from-scratch methods
  • Tips for making development and maintenance of apps easier
  • How to utilize advanced debugging and testing techniques
  • How to use the new Visual Basic 2005 threading tools

Who this book is for

This book is for advanced Visual Basic programmers who already have experience with Visual Basic 2005 and are comfortable with the language.

Wrox Expert One-On-One books present the wisdom accumulated by an experienced author who is recognized as an expert by the programming community. These experts challenge professional developers to examine their current practices in pursuit of better results.

About the Author

Rod Stephens started out as a mathematician but, while studying at MIT, discovered the joys of programming, and has been programming professionally ever since. During his career, he has worked on an eclectic assortment of applications in such fields as telephone switching, billing, repair dispatching, tax processing, wastewater treatment, and training for professional football players.
Stephens has written 15 books that have been translated into half a dozen different languages, and more than 200 magazine articles covering Visual Basic, Visual Basic for Applications, Delphi, and Java. He writes three weekly newsletters (www.vb-helper.com/newsletter.html) that contain quick tips, tricks, and examples for Visual Basic developers.
His popular VB Helper Web site (www.vb-helper.com) receives several million hits per month, and contains thousands of pages of tips, tricks, and example code for Visual Basic programmers, as well as example code for this book.

Product Details

  • Paperback: 620 pages
  • Publisher: Wrox; 1 edition (February 5, 2007)
  • Language: English
  • ISBN-10: 0470053410
  • ISBN-13: 978-0470053416
  • Product Dimensions: 9.3 x 7.4 x 1.4 inches
  • Shipping Weight: 1.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #1,663,205 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:
 (2)
4 star:
 (1)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

5 of 5 people found the following review helpful:
4.0 out of 5 stars The Big Picture, April 24, 2007
This review is from: Expert One-on-One Visual Basic 2005 Design and Development (Paperback)
I am an amateur developer of freeware medical software [...] and a fan of Rod Stephens with this being the third book of his that I have purchased. He has a concise and clear style of writing that is easy to read and his books are dotted with examples. I have previously written a review for his Visual Basic 2005 Programmer's Reference which is a classic. I enjoy dipping into this for the details of Visual Basic and it is full of some truly useful sample code, especially graphics and printing. So it was with some anticipation I waited for delivery of his new book- Visual Basic 2005 Design and Development.

Whereas his last book was full of Visual Basic language details his latest work complements this with more of an overview of the design process. It looks at the bigger picture of developing an application and has some useful advanced coding additions.

Part I details the design process and I found it interesting as an individual developer to see how larger groups go about the design process. Chapter 5 User-Interface Design was the most useful section for me and sets out practical examples of how to make a users life easier. It was full off common sence advice on setting out forms, fonts and how to make an application responsive to the user.

Part II Meta-Development (not sure what that means) gets down to some detail on programming help with snippets, macros ( I didn't even know they existed in VS 2005) and an excellent chapter on custom controls and components. The MapViewFinder in chapter 10 was a superb example (you can drag a small rectangular area around a large map to show a detailed area in the rectangle). There are 21 sample solutions in the accompanying code download for this chapter alone.

Part III Development is for when you get serious about making an application for others to use as well as yourself. It has details on documentation and an overview of design philosophy with some gems. It is dotted with some interesting examples of how things work in the real world and anecdotes of Rod's experiences in various projects. Bug hunting, testing and deployment round this part off.

If Part III was more of an overview, Part IV gets your hands dirty again with some advanced coding. I liked the chapter on splash screens but liked the chapter on printing better. Visual Basic is notoriously hard to program complex printing. Rod has by far and away the best examples of printing in any text I have seen and this chapter adds to the examples in his previous book. Other writers stop at simple but useless examples of printing that don't take into account real world requirements for multiple pages, multiple fonts, imbedded graphics, page sizes, page numbers, text wrapping around images etc. Chapter 20 Printing has 6 example solutions that help you through the complexities of printing in Visual Basic. Threading and reflection are beyond me at present but as my skills develop I may come back to the more advanced chapters.

The accompanying source code is a 4.5M zipped file with copious examples which add value to the book. I am glad I bought it and recommend it to more experience programmers especially if you are developing an application that is intended for use by other users and you dont want to get too much grief from poor decisions in the design phase.


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


6 of 7 people found the following review helpful:
3.0 out of 5 stars Good, but not what I expected, March 19, 2007
Amazon Verified Purchase(What's this?)
This review is from: Expert One-on-One Visual Basic 2005 Design and Development (Paperback)
Perhaps 3 stars is a bit low, but there is no 3.5, so that's my rating.

Mr. Stephens is obviously an experienced VB coder, and I was hoping to find in this book some advanced coding patterns, based on his experience. In particular, I believe the book summary mentioned advanced object coding, so I was looking forward to some really in-depth discussion about advanced coding methods for objects.

I would describe this book as something akin to Code Complete, but focused on VB. It contains a series of chapters on what (in the author's opinion) is the BEST way to code certain aspects. For example, the best naming conventions.

From the description, my assumption was that this book is for "elite" programmers, who have exhausted all "advanced" books, and are ready for the heavy-duty code examples and techniques.

However, after reading the book, I would say that it would be best for programming groups or departments to use as required reading for their VB programmers. If everyone in a department adhered to the conventions in this book, they would be creating some very solid code.

I hope that Mr. Stephens continues writing advanced books about VB, because he obviously has some very good experience with it. I would really like to see him put together (for example) an object-oriented data access layer (DAL), and then explain it, in 2-3 chapters. The best example of that, but not written for VB, can be found in the Manning book called "ASP.NET Web Parts in Action". It is a very unexpected treasure to find that code in the beginning of that book, and I'd love to see a VB book cover a few *very advanced* topics like that.

I hope this review does not come off as overly negative, because that's not my intent. It is a good book for its purpose. I just didn't see that purpose matching with the summary of what to expect.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Good Manual for the Novice, April 10, 2011
Amazon Verified Purchase(What's this?)
This review is from: Expert One-on-One Visual Basic 2005 Design and Development (Paperback)
I've been transitioning from mainframe to visual programming over the past five years. A co-worker, who is also a visual programming whiz, recommended I read his copy of this book. After thumbing through it I opted to buy a copy for myself. The author's prose is competent and his ability to layout ideas and explain the "hows" and "whys" are helpful. Even though the .Net languages are up to version 2010, this is still a viable reference for junior and intermediate programmers alike.
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)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
ion event handler, smart tag panel, unbilled orders, bug manager, accessor forms, seealso tags, extender providers, release coordinator, strong name key file, layout rectangle, property set procedure, user interface thread, following code shows, toolbox bitmap, customer champion, lifecycle methodologies, event handler checks, rich text box, agile methods, new bitmap, staged delivery, iterative prototyping, agile development, instructions for version, helper routines
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Basic, End Sub, Visual Studio, Private Sub, End Function, Public Sub, End Get Set, End Set End Property, Get Return, End Using, Windows Installer, Solution Explorer, Private Function, Bug Hunter, End If Next, Crystal Clear, Error List, Project Explorer, Object Browser, Test Properties, Component Designer, Draw Spiral, New Rectangle, Private Const, Protected Overrides Sub
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:



Tags Customers Associate with This Product

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

Your tags: Add your first tag
 

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