Packaging Custom Controls

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Hello all:

If you extend and/or create your own control how do you package it up as
a .dll file in order to add it to the toolbox and use it in other projects?

Thanks,

- John -
 
Put the source in a Class Library project (either from the
File->New->Project or File->Add Project->New Project menu item),
compile, and you're done.
 
Back
Top