I'm trying to add a varible to a control, so I can reference the Variable with the Controls name. I would like to set the variable how you would set a regular Integer. This is an example of what I mean:
Code:
Messagebox.Show("The ID of Button1 is " & button1.ID & ".")

Result:
The ID of Button1 is 1.
If someone could tell me if this is possible or not. I would like to think it is however.