I have a user control that I've developed (my first attempt). I compile this
as an assembly. When I add this to a project can I just add the assembly to
the project directly or do I have to create it as a reference in the project
to use it? I want it to be part of the final assembly of my project so I
don't have to bother copying the assembly during distribution. Thanks for
any help.

Signature
Dennis in Houston
Ken Tucker [MVP] - 28 Oct 2004 03:56 GMT
Hi,
You have to build the user control and add it to the toolbox to use
it.
Ken
--------------
I have a user control that I've developed (my first attempt). I compile
this
as an assembly. When I add this to a project can I just add the assembly to
the project directly or do I have to create it as a reference in the project
to use it? I want it to be part of the final assembly of my project so I
don't have to bother copying the assembly during distribution. Thanks for
any help.

Signature
Dennis in Houston