
13/07/2009, 10:51
|
| | Fecha de Ingreso: febrero-2003 Ubicación: chile
Mensajes: 101
Antigüedad: 22 años, 1 mes 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 |