use ReflectionType t = Type.GetType("yourNameSpace." + yourFormClass);Form f = (Form)System.Activator.CreateInstance(t);f.Show();