
16/07/2005, 12:57
|
 | | | Fecha de Ingreso: febrero-2005 Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 3 meses Puntos: 1 | |
Prueba con esto
Private Sub Text1_Change()
If Text1.Text = "" Then
Command1.Enabled = False
Else
Command1.Enabled = True
End If
End Sub
__________________ ホルヘ・ラファエル・マルティネス・レオン |