User Interfaces in VB .NET 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
User Interfaces in VB .NET: Windows Forms and Custom Controls
 
 
Start reading User Interfaces in VB .NET on your Kindle in under a minute.

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

User Interfaces in VB .NET: Windows Forms and Custom Controls [Paperback]

Matthew MacDonald (Author)
4.7 out of 5 stars  See all reviews (7 customer reviews)

List Price: $49.95
Price: $31.97 & this item ships for FREE with Super Saver Shipping. Details
You Save: $17.98 (36%)
  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.
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $28.77  
Paperback $31.97  

Book Description

1590590449 978-1590590447 July 8, 2002 1
¿User Interfaces in VB.NET: Windows Forms and Custom Controls¿, goes beyond simple coverage of the Windows Forms and GDI+ namespaces by combining a careful treatment of the API with a detailed discussion of good user-interface design principles. After reading ¿User Interfaces in VB.NET: Windows Forms and Custom Controls¿, you'll know how to design state-of-the-art strategies, program graphics, and much more. This book contains the following: 1. An overview of how to design elegant user interfaces the average user can understand. 2. A comprehensive examination of the user interface controls and classes in .NET. 3. Best practices and design tips for coding user interfaces and integrating help Although this book isn't a reference, it does contain detailed discussions about every user interface element you'll use on a regular basis. But you won't just learn how to use .NET controls--you'll learn how and why to extend them with your own custom controls. As a developer, you need to know more than how to add a control to a window. You also need to know how to create an entire user interface framework that's scalable, flexible, and reusable. About the Author Matthew MacDonald is an author, educator and MCSD developer. He's also a regular contributor to programming journals like ¿Inside Visual Basic and C# Today¿, and the author of several books about programming, including ¿The Book of VB .NET¿ and ¿ASP.NET The Complete Reference¿.

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

Customers buy this book with Developing Microsoft .NET Controls with Microsoft Visual Basic .NET (Pro Developer) $49.99

User Interfaces in VB .NET: Windows Forms and Custom Controls + Developing Microsoft  .NET Controls with Microsoft Visual Basic  .NET (Pro Developer)


Editorial Reviews

About the Author

Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly- remembered past life, he studied English literature and theoretical physics. Send e-mail with praise, condemnation, and everything in between, to p2p@prosetech.com.

Product Details

  • Paperback: 580 pages
  • Publisher: Apress; 1 edition (July 8, 2002)
  • Language: English
  • ISBN-10: 1590590449
  • ISBN-13: 978-1590590447
  • Product Dimensions: 9.1 x 7.3 x 1.2 inches
  • Shipping Weight: 2.4 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon Best Sellers Rank: #605,921 in Books (See Top 100 in Books)

 

Customer Reviews

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

15 of 15 people found the following review helpful:
5.0 out of 5 stars Exactly what I was looking for, July 27, 2002
By 
Mark (North Carolina, USA) - See all my reviews
This review is from: User Interfaces in VB .NET: Windows Forms and Custom Controls (Paperback)
I have bought a whole bunch of books about VB.NET only to find that they all gloss over Windows Forms and don't teach you very much about making rich Windows client applications with this very capable language. This book gives in-depth coverage of all of the major Windows Forms controls and lots of good advice for how to use them to present good user interfaces as well a comprehensive chapters on user and custom controls. I highly recommend it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 15 people found the following review helpful:
4.0 out of 5 stars Approach with caution, April 8, 2003
By 
John Harpur (Trim, Meath, IRELAND) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: User Interfaces in VB .NET: Windows Forms and Custom Controls (Paperback)
This book is about the details of form building. It is not about the details of backending a form to a database or website. It has a very specific remit and if you are not an experienced VB.Net programmer you could be badly caught out here. This is not a book to cut your UI building teeth on. There are introductory texts to do that. It is also not a UI design book. So don't expect lashings of advice on usability theory, design and test. They are just not here.

The focus on the book is on form controls creation and the various arcana in .Net that support them. Many interesting and useful topics are raised in the book (there is an overlap between some of these and the coverage in other books, e.g. MDi and GDI+). However, the extent to which they will generalise for the 'average' programmer is another question. I am not convinced that the book has sufficent novel content over an above other more general texts of the market.

Unless you specifically need detail about form controls, form splitters, personalised system trays etc, this book may be overkill. A good deal of topics in the book is covered in Deitel and Deitel (and more besides),and Balena. So if you are learning VB.Net be careful in your choice.

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:
5.0 out of 5 stars Comprehensive Guidelines on .NET Controls, May 6, 2003
By 
Amjad (Berkeley, CA) - See all my reviews
This review is from: User Interfaces in VB .NET: Windows Forms and Custom Controls (Paperback)
I found this book to be excellent. It isn't 100% comprehensive, but it is full of real, practical code and suggestions for using controls. It's the only book I've found that dealt with the treeview, listview, and imagelist in enough detail. Particularly noteworthy are the descriptions on how to create custom controls based on these controls that have built-in application meaning. For example, the book explains how to create a treeview that has a hard-coded "structure" and exposes custom methods for adding/navigating your type of data. Similar advice is given with validation, drag-and-drop, form inheritance, MDI workspaces, and data binding strategies. Basically, the book is a solid guide to mastering .NET controls. Note that this book isn't the best place to learn GDI+. Although there are two excellent chapters on the subject and the basic charting control, both Apress and Wrox provide dedicated GDI+ books that focus more closely on custom drawing.

Probably the best example in the book is the document-view architecture with the print preview--simple, elegant, and worth the trouble. Overall, high-content, well-written and genuinely **USEFUL**!

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)
new rectangle, new font, dynamic user interface, custom form class, custom control classes, extender providers, event handling logic, designer code, hit testing, dockable windows, designer region, label editing, embedded help, several different windows, system tray icon, user interface programming, focus rectangle, drawing logic, user interface code, code that follows, paint event, custom designer, tag property, layout manager
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Private Sub, Visual Studio, Public Class, End Sub, Visual Basic, New System, New Point, Inherits System, End Get Set, Public Sub New, Protected Overrides Sub, Value As String, New York, Value As Integer, Data Controls, Microsoft Word, Modern Controls, Public Property, New City, Load Dim, Classic Controls, Click Dim, Windows Forms, Paint Dim, Member Description
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.
 

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!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject