toolbox

  • Thread starter Thread starter Rudolf Ball
  • Start date Start date
R

Rudolf Ball

Hi NG,

how can I programmatically add items to the toolbox?
Any links?

Thank you

Rudi
 
Hi NG,

how can I programmatically add items to the toolbox?
Any links?

Thank you

Rudi

You create a custom control library project. (you might want to add a test
project to the solution to test the control while you create it).
Then right click on the toolbox->customize toolbox->.net framework
components->browse. Locate your control.dll, then check the box to add it
to the toolbox. I will be added to the components part of the toolbox, if
my memory serves me right.
 
Thank you,

but I want to do it programmatically, that means a few lines of code in C#
that doing the toolbox->customize toolbox->.net framework
 
Back
Top