User Controls - Newbie Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top