Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/07/2009, 10:51
skel363
 
Fecha de Ingreso: febrero-2003
Ubicación: chile
Mensajes: 101
Antigüedad: 22 años
Puntos: 1
Respuesta: Problema con un control

Prueba esto:
Código:
Public Property TEXT() As String
            Get
                lblTexto.Text
            End Get
            Set(value As String)
                lblTexto.Text = value
           End Set

 End Property
__________________
s[K]eL