I have a non-visual component which manages other visual controls.
I need to have a reference to the form that the component is operating on, but i don\'t know how
I think you want to use the Site property of the IComponent. It's more or less an equivalent to the Parent property.