How to add MyComponent into a VS Toolbox?

  • Thread starter Thread starter =?windows-1252?Q?Marcin_Grze=3Bbski?=
  • Start date Start date
?

=?windows-1252?Q?Marcin_Grze=3Bbski?=

Hi Group,

I've single project and i have a component class
e.g. MyComponent in it.

I want to put my project's component in any form or control
in my project from designer.

Is this possible to do this in VS .NET 2002 (or 2003) ?

I know that "my project's controls" are placed in
"Windows Forms" tab.

Regards

Marcin
 
You can drag-and-drop your assembly (dll) from Windows Explorer to the
toolbox in VS.NET. Or you can right click on the toolbox in VS.NET and
choose Add/Remove items. Is this what you are looking for?

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Right click on the toolbox->Add/Remove Items, then locate your control and
check the checkbox once it is added.
 
Hi Jan,

I don't want to put an assembly on my toolbox...
I've designed one component in my project,
and i want to use it in a control in the same project.
I can do it with any designed control but i can not with
any designed component.

Marcin
 
Hi,

What is version of your VS?
In VS 2002 "Add/Remove Item" does not exist :-(

Marcin
 
First select "Customize toolbox," then "Add." Click on Browse button from
..NET tab and find your class library dll

=?ISO-8859-2?Q?Marcin_Grz=EAbski?= wrote...
 
Back
Top