
Building custom controls with no presence on their parent form
Quote:
> Hi
> Does anyone know how to do this?
> Regards
> Tom Wild
I have taken a look at some of the components that, like you descripe, are
"invisible", like tooltip and menus. They all derive from the Component
class and not the Control class like the "visible" ones, which must be the
catch here :)
I believe the trick must be to make a component an not a usercontrol.
Have not actually tried it but you could give it a try.
Allan