Customer Reviews


10 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (1)
2 star:
 (6)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


3 of 3 people found the following review helpful:
5.0 out of 5 stars This book met my expectations, and then some.
This book applies the concept of learn by example. It has two key examples, an IconButton and an Outlook style bar control. Even a control as simple as the IconButton resulted in a challenging project because, inheriting directly from the Contol class, requires the programmer to handle the painting and dimensioning. These techniques come in handy when creating other...
Published on July 23, 2002 by Rex

versus
4 of 4 people found the following review helpful:
2.0 out of 5 stars Buggy and incomplete
This book is an adequate introduction to the creation of custom controls, including design-time support.

I give it only two stars because:

1) It does not give you enough in-depth information to create real-world custom controls. It is just a brief introduction.

2) The source code is rubbish. It is poorly formatted, has annoying...
Published on March 18, 2005 by Dana Robinson


Most Helpful First | Newest First

4 of 4 people found the following review helpful:
2.0 out of 5 stars Buggy and incomplete, March 18, 2005
By 
Dana Robinson (Champaign, IL USA) - See all my reviews
(REAL NAME)   
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book is an adequate introduction to the creation of custom controls, including design-time support.

I give it only two stars because:

1) It does not give you enough in-depth information to create real-world custom controls. It is just a brief introduction.

2) The source code is rubbish. It is poorly formatted, has annoying typos (with no errata on the SAMS website, though you can download the code) and looks like it was written by people with shaky concepts of how .NET code should be written.

I especially like the content-free XML comments. Nice.

Unfortunately, I don't think there is a better book out there. The only other source of custom control info is the web, which can be kind of spotty. If you are an author and you know custom controls, please write a better book than this one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars This book met my expectations, and then some., July 23, 2002
By 
Rex (Vancouver) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book applies the concept of learn by example. It has two key examples, an IconButton and an Outlook style bar control. Even a control as simple as the IconButton resulted in a challenging project because, inheriting directly from the Contol class, requires the programmer to handle the painting and dimensioning. These techniques come in handy when creating other advanced controls, especially where dependence on inheriting from the common built-in controls won't exist.

One of the big values I got from the book was the source code which I used to build the dll and reference in a hosting client application. I then stepped through the application with the debugger. It allowed me to see how the control is drawn to screen line by line. Make sure you take full advantage of running the source.

This is not a book for a beginner programmer and at 250 pages doesn't cover all there is to know about control development but it's a nice read that gets right to the point. With these expectations I couldn't have asked for more.

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


3 of 3 people found the following review helpful:
2.0 out of 5 stars Not very useful, February 5, 2002
By 
Matt Brohn (Madison, WI United States) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book is quite luke warm. Most of the book is source code that actually has a few errors. The source code included makes up ~1/3 of the already slim book. I would have rather seen an attached disc or a website I could go to to download the source. The book breifly discusses some main topics including distribution and GDI however the book is too thin to actually be very benificial. Most of the concepts are readily available on MSDN or GotDotNet.com. I hate to be harsh but this book failed to introduce so general important concepts including typical custom control layouts invloving a custom arraylist amd arraylistitems.. I have yet to write a control that hasn't used these. Anyway... two start because it does hit some basic concepts but really lacks the warmth and depth need to fully be a custom control development book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
2.0 out of 5 stars Not very detailed, February 28, 2004
Amazon Verified Purchase(What's this?)
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book is very short and to the point. Having said that, if you're looking to learn custom control development in C# or VB .NET inside and out, this book is not for you. If, on the otherhand, you just need a book to get you started and then take the initiative yourself to learn more, then this is the place to start.

This book will give you the basics of custom control development in C# and VB .NET. It will teach you how to draw your own controls, create events and event handlers for your controls, and how to create control designers that will allow you to use the Visual Studio property grid to interact with the control during application development. However, don't look for a whole lot of detail in these areas. This book is very thin, only 252 pages (not including the index). There are only maybe 20 pages per chapter, with much of that being code, and much of the code is repeated over and over as well with minor additions.

As stated by other reviewers, this book goes through two main examples, the IconButton and the Office ShortcutBar. Both are rather rudimentary controls which, if you really wanted to use them, would really need a lot of work to make them useful.

As stated, if you're looking to learn everything there is to know about custom controls, including much of the .NET base classes, methods, properties and attributes, you might want to try and find another book, though I haven't found one to date. As another reviewer already said, you could probably find all the information contained in this book at many websites, incuding MSDN, and GotDotNet.com. If you just want to dip your toe into the water, this book is perfect.

Hope this review helps.

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


2 of 2 people found the following review helpful:
2.0 out of 5 stars I wish there had been another book on this topic..., June 2, 2002
By 
"dotnetace" (Sunnyvale, CA USA) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
To be honest, I bought this book because it was the only one I have found so far specifically on the topic of custom controls.
In retrospect maybe I should have looked harder or waited longer. While this book does outline the basic concepts pretty well, the author should have spent more time on it.
If you're a little compulsive about coding style and consistency (like most professionals are) the examples in this book are going to drive you crazy! Weeks doesn't stick to any particular naming convention - the code just looks like a hack job. Sorry...But it's true.
In all fairness, the book does put all the pertinent topics in one place and it's pretty short. So, despite it's faults the book will get you up and running faster than reading the online help and other resources.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Good book for experienced .net developer, December 28, 2004
By 
Herbert Hilton Fann (Richmond Hill, Ontario Canada) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book is great for developers with some experiences in writing .net applications. The book is built on 2 custom controls. Text is concise and to the point. It starts out simple and features are added as materials are covered. I like this approach because it is very similar to real development. I hate books that use extremely simple samples because they don't show how to use various techniques together. One thing it can improve is the editing of the book to get rid of some typos.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Concise and to the point., July 31, 2003
By 
Shannon McCoy (Santa Barbara, CA United States) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book is not intended for the beginning C# programmer but for an experienced C# programmer interested in how to make Windows Forms custom controls it is just the right mix of code and explanation. Too many books spend chapter after chapter re-reviewing the basics and trying to be all things to all people. This technology uses the some most advanced parts of C# save for Reflection and is not a beginner's domain. If you are a professional with a limited amount of time to wade through basic review detritus to find the information you need this book is just what you need. It's short and to the point unlike this review. My only complaint is that "some" sections are a little thin and the code changes from example to example are not clear enough but that's the editor not the author.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars WOULD BE MUCH BETTER IF PROPERLY REVISED, January 26, 2003
By 
reviewer (Zurich, Switzerland.) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
This book has got one two positive qualities, but, readers who expect comprehensive details should condition their minds for some sorts of disappointments.
It did give a general overview of .NET Windows curriculum, but faltered in its bid to teach .NET developers the intricate procedures, which they need in order to create their own custom controls.
On going through the first three chapters, I realized that the author of this book is a brilliant mind who experiences difficulties in teaching others what he knows.
Subsequent editions of this book would be sound, if reviewed and edited by more experienced teachers.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
2.0 out of 5 stars JAlden, October 17, 2002
By 
John R Alden (Edina, MN United States) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
Disappointing! This short book is mostly sample code, with much repetition. There is very little explanation of the concepts. Code generation(serialization) isn't covered at all. The MSDN site has more and better code samples, also without much in the way of explanation, but at least they are free.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
3.0 out of 5 stars A good start., March 29, 2002
By 
Joel R Hall (Houston, TX United States) - See all my reviews
This review is from: .NET Windows Forms Custom Controls (Paperback)
While this book far surpasses the documentation available from Microsoft concerning custom controls and especially the topic of designers, it is still only a good start. I got the feeling while reading this book that Weeks was under tremendous pressure to go to press. Some topics were merely brushed over and others were ignored altogether. The examples had bugs and there was no soft copy of the examples either accompanying the book or available online (although I haven't checked in a few weeks). I was very disappointed with the lack of depth when it came to designers. There wasn't even a thorough description of the "standard" interfaces available to the designer developer. To be fair, this book did enable me to overcome some very steep hurdles and therefore saved me a LOT of time. I would recommend it for anyone serious about attempting to write anything even approaching a professional grade custom control.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

.NET Windows Forms Custom Controls
.NET Windows Forms Custom Controls by Richard Weeks (Paperback - January 21, 2002)
$34.99 $22.38
In Stock
Add to cart Add to wishlist