G
Guest
Okay I'm stumped on this one. I want to develop a component (not a control or usercontrol as it needs no interface) that does interact with the form on which it is dropped. How do I get access to the Form in which the component is dropped? The MainMenu component seems to be able to do this but I cannot figure out how as component does not inherit the convinient Parent attribute of the control family..... I'm sure I'm just being a bit thick but any help would be appreciated.