Component Toolbox Problem

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi

I have created a component inherited from the standard ComboBox but
cannot get it to appear in the toolbox for use within the project.

Anyone know how to get it on there?

Thanks

Tom
 
* Tom said:
I have created a component inherited from the standard ComboBox but
cannot get it to appear in the toolbox for use within the project.

Anyone know how to get it on there?

Create a new usercontrol, then change its 'Inherits' line and add your code.
 
Build the control first then you can add it to the toolbox.
Thanks this works, but it seems a little odd considering user controls
are added automatically.
Create a new usercontrol, then change its 'Inherits' line and add your code.
As soon as i change the inherits line it vanishes from the toolbox.

Cheers Guys

Tom
 
Build the control first then you can add it to the toolbox.

Oh, it appears that because it is part of an EXE this won't work
either.
 
Back
Top