Hi,

how do I take ownership ower a button or a textbox that is on another form?

I take ownership ower a form like this:

frm1.Owner=frm2;

I want the same thing for a button! But how?

Thanks