Hi all,

I'm trying to dynamically retrieve the owner of a sender object.

Let's say I have Form1, Form2, Button1 and Button2.

I click Button1 on Form1 which Creates a New Form2 with Button2

On creation, I want to dynamically AddHandler of Button2 which Shows a MessageBox with the Name of Form2.

I've sorted everything so far apart from how to get this information back

Essentially, in reality, I suppose all I'm trying to do is add the handler of msgbox(me.name) to Button2

Does anyone have any ideas?

Thanks