Hey there.
I have several instances of one form loaded. They all have an instantiated variable "Name." How do I select one of these forms based on the name variable?
Code:Public Sub MakeForms() Dim x as New frmBlack(me) x.show End Sub
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Selecting FormsThreaded View
|
Click Here to Expand Forum to Full Width |