|
-
Sep 26th, 2003, 03:51 PM
#1
Thread Starter
Member
Run a Form with a String Variable
Hi All,
I have multiple forms created and my question is if it is possible to show a from via a string variable, something like this.
Normal:
Dim frmtest As New frmRegistry
frmtest.ShowDialog()
Something like this:
dim runform as string = "frmRegistry"
Dim frmtest As New runform
frmtest.ShowDialog()
Or should I do this on another way.
Thanks,
AXH
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
|