Como abrir Form con su nombre en string

05/10/2005 - 07:51 por James | Informe spam
Hola,

Necesito abrir un formulario cuyo nombre tengo en un string. EJ.

strNombre="frmTest".
abrirForm(strNombre) <- ¿Como crear esta funcion?.

Gracias,
James

Preguntas similare

Leer las respuestas

#1 A.Poblacion
05/10/2005 - 09:26 | Informe spam
"James" wrote in message
news:
Necesito abrir un formulario cuyo nombre tengo en un string. EJ.

strNombre="frmTest".
abrirForm(strNombre) <- ¿Como crear esta funcion?.



Respondí a una pregunta similar hace unos dias:

strNombre="EspacioDeNombres.frmTest" 'OJO, sensible a mayúsculas
Dim f as Form CType(System.Reflection.Assembly.GetExecutingAssembly().CreateInstance(strNo
mbre), Form)
f.Show()
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida