Hello slore,
can you check ur mail and reply back to me ?
Thanks
JP
No tienes permitido ver enlaces. Registrate o Entra a tu cuenta
Incluir este code en el programa para que se ejecute una sola vezCódigo: vb Private Sub Form_Load()
Dim Ya_Existe As Integer
Ya_Existe = App.PrevInstance
If Ya_Existe <> 0 Then
MsgBox "El Programa ya se esta ejecutando", 0 + 48, "News"
End
End If
End Sub