G Guest Aug 22, 2007 #1 I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String?
I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String?
M Michael C Aug 22, 2007 #2 wrytat said: I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String? Click to expand... You can use the Activator.CreateInstance
wrytat said: I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String? Click to expand... You can use the Activator.CreateInstance
H Herfried K. Wagner [MVP] Aug 22, 2007 #3 wrytat said: I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String? Click to expand... Take a look at the code snippets in this article: <URL:http://dotnet.mvps.org/dotnet/code/techniques/#ClassByName>
wrytat said: I have the name of the form (in String) that I would like to show. How do I show the form, if I only have its form name in String? Click to expand... Take a look at the code snippets in this article: <URL:http://dotnet.mvps.org/dotnet/code/techniques/#ClassByName>