trial

N?or Fabi?
08 de Octubre del 2003
Creé un pequeño programa en visual basic, pero necesito saber como limitarlo a usarlo por unos cuantos dias, teniendo claro ya el ejecutable del mismo. Gracias por la atención.

Estierkol
08 de Octubre del 2003
Que te pa` esto:
Private Sub Form_Load()
Dim dia As String
dia = Day(Now())
Dim hola As Byte
hola = dia
If hola = dia + 30 Then
hola = True
Else
hola = False
End If
If hola = True Then
Unload Me
Else
End If
End Sub
Ni idea si funciona ehh , solo toy sugiriendo