Crear label desde código.

09/10/2006 - 13:59 por Hugo Gsell | Informe spam
Hola eso... necesito crear desde .net 2005 un label desde código.
Probe con
Dim kLabel As New Label
kLabel.visible = True
kLabel.Top = 100
kLabel.Left = 100
kLabel.Height = 1100
kLabel.Width = 1100
kLabel.BackColor = Color.White
kLabel.Show()
Y NO APARECE.

Hugo A. Gsell
 

Leer las respuestas

#1 Peni \(Francisco\)
09/10/2006 - 14:11 | Informe spam
Prueba a establecer la propiedad 'Parent' ...


Saludos Peni

Para correo:
http://cerbermail.com/?h4s9sbNqzW

"Hugo Gsell" escribió en el mensaje
news:
Hola eso... necesito crear desde .net 2005 un label desde código.
Probe con
Dim kLabel As New Label
kLabel.visible = True
kLabel.Top = 100
kLabel.Left = 100
kLabel.Height = 1100
kLabel.Width = 1100
kLabel.BackColor = Color.White
kLabel.Show()
Y NO APARECE.

Hugo A. Gsell

Preguntas similares