Protect your application to run if renamed.No API
Protect your application to run if renamed.No API
Rate Protect your application to run if renamed.No API
(1(1 Vote))
'include this code in form_load
Private Sub Form_Load()
If App.EXEName <> "RESTRICTCPL" Then
MsgBox "Sorry I cannot run this program unless you name it as RestrictCPL.exe"
End
End If
End Sub
Protect your application to run if renamed.No API Comments
No comments yet — be the first to post one!
Post a Comment