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

Preguntas similare

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

Respuesta Responder a este mensaje
#2 Luis Miguel Blanco
09/10/2006 - 14:13 | Informe spam
Hola Hugo

Tan sólo te falta agregar el Label a la colección de controles del
formulario. Algo como lo siguiente:

'////////////////////////////
Me.Controls.Add(kLabel)
'////////////////////////////

Con esto creo que ya te aparecerá.

Un saludo
Luis Miguel Blanco
http://www.dotnetmania.com


"Hugo Gsell" wrote:

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



Respuesta Responder a este mensaje
#3 Hugo Gsell
09/10/2006 - 15:02 | Informe spam
exacto... gracias.

Hugo A. Gsell

"Luis Miguel Blanco" escribió
en el mensaje news:
Hola Hugo

Tan sólo te falta agregar el Label a la colección de controles del
formulario. Algo como lo siguiente:

'////////////////////////////
Me.Controls.Add(kLabel)
'////////////////////////////

Con esto creo que ya te aparecerá.

Un saludo
Luis Miguel Blanco
http://www.dotnetmania.com


"Hugo Gsell" wrote:

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



email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida