VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Only let a program load 4 times before you have to regester

by PulseWave (25 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 24th February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Only let a program load 4 times before you have to regester

Rate Only let a program load 4 times before you have to regester



'Put this code under the load section of a FORM
retvalue = GetSetting("A", "0", "Runcount")
GD$ = Val(retvalue) + 1
SaveSetting "A", "0", "RunCount", GD$
If GD$ > 3 Then
MsgBox "HeY!!!, Well it's time for you to register this program for now BYE!!!"
Unload FRM
End If
End Function


Download this snippet    Add to My Saved Code

Only let a program load 4 times before you have to regester Comments

No comments have been posted about Only let a program load 4 times before you have to regester. Why not be the first to post a comment about Only let a program load 4 times before you have to regester.

Post your comment

Subject:
Message:
0/1000 characters