usercontrol

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
H

Hrvoje Voda

I have created a usercontrol.
I would like to put it in toolbox, but when I wnat to addItem I can't find
my control.
Why?

Hrcko
 
Use the browse button to navigate to your .dll. Then all the available
controls in that dll will be added

I assume you build your control library as a separate assembly so you must
include it as a reference in your application


JIM
 
Back
Top