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
