Hey,

I'm making a program and i have to where if some one RIGHT clicks a button then they can edit the buttons Name,Text,Tag,and Tooltiptext....

I have it to where there are MANY buttons.
When u right click Any button it will open Form2 with THAT buttons TEXT,TAG, Ect..

i got all that but the problem is..

In the Second form (Form2) i made a button, so when they click it, then the New information they typed will be the Form1 Button's Tag,Text,Ect. But i can't find a way to tell it what Button to save it to

EX.

form 1 BUTTON:
Form2.Textbox.Text = Form1.Button.Tag

but for Form2 i have
Form1.(How do i put name here).Tag = Form2.Textbox.text

how would i go about doing this??