|
-
August 14th, 2009, 01:46 AM
#1
Selecting Forms
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
-
August 15th, 2009, 02:29 AM
#2
Re: Selecting Forms
Can you provide more details, please ¿
-
August 17th, 2009, 04:01 AM
#3
Re: Selecting Forms
It doesn't seem like there's all that much more to tell, honestly. I made numerous instances of the same form. I need to look through all of them till I find the one with the given "Name" variable. The problem is, I have no idea how to do that.
-
August 17th, 2009, 03:01 PM
#4
Re: Selecting Forms
I haven't tried this, but would CallByname help. I have a post saved for you
http://www.codeguru.com/forum/showthread.php?t=338766
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|