Consulta de código para implementarlo en visual basic y ejecutarlo desde access
La rutina que me distes trabaja excelente la cual es esta..
'Kill Access Unhautorized
Dim File1 As String
Dim File2 As String
File1 = Dir("C:\Milt\Identify1.txt")
File2 = Dir("C:\Milt\Identify2.txt")
If File1 <> "" And File2 <> "" Then
' MsgBox "Guaranted Entry"
Else
MsgBox "Unhatorized Access CAS ***Posible Illegal COPY*** We send all information about your computer and localization via internet, Please contact miltronicxcorp before next 24 hours to avoid legal situations."
Cancel = True
End If
¿Ok ahora bien dime? ¿Podría yo hacer esta rutina en visual basic compilarla y luego ejecutarle desde access?
Gracias amigo..
'Kill Access Unhautorized
Dim File1 As String
Dim File2 As String
File1 = Dir("C:\Milt\Identify1.txt")
File2 = Dir("C:\Milt\Identify2.txt")
If File1 <> "" And File2 <> "" Then
' MsgBox "Guaranted Entry"
Else
MsgBox "Unhatorized Access CAS ***Posible Illegal COPY*** We send all information about your computer and localization via internet, Please contact miltronicxcorp before next 24 hours to avoid legal situations."
Cancel = True
End If
¿Ok ahora bien dime? ¿Podría yo hacer esta rutina en visual basic compilarla y luego ejecutarle desde access?
Gracias amigo..
1 respuesta
Respuesta de telemaco
1