Syco54645
Member
- Joined
- Dec 16, 2007
- Messages
- 9
- Programming Experience
- 5-10
Hello
I am trying to get the instance name of a form from within that formloads function. Example
Dim bob as new form1
bob.show()
So in the form_load code on form1 I am trying to find that the name of the instance is bob. I have looked all over for this but have yet to find anything even talking about it. I would assume that you should use reflection but I am not sure.
Any help would be greatly appreciated
Thanks
-Syco54645
I am trying to get the instance name of a form from within that formloads function. Example
Dim bob as new form1
bob.show()
So in the form_load code on form1 I am trying to find that the name of the instance is bob. I have looked all over for this but have yet to find anything even talking about it. I would assume that you should use reflection but I am not sure.
Any help would be greatly appreciated
Thanks
-Syco54645