If you're serious about it, then I'd recommend
http://www.amazon.com/Developing-App...ion/1590592883
He gives you a good understanding of what you're actually doing and provides
some code.
Most is germane to 1.1, but the concepts apply to whatever version/language
you use.
Read the reviews on the amazon site.
"aaapaul" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
We are planning a greater .NET Application-System (WindowsForms) with
Visual Studio 2005.
One of my problem is, how to design the objects, that they can be
reused.
E.g. I have a form (with derived textboxes) that should be used in
several Projects.
I tried to copy the form to the other project - with no success.
Adding as a linked component didnīt work, too.
Do I have to work with UserControls and dlls? How about updates.
Who has experience in such things.
Thanks for help
aaapaul