by Grant B. (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
Displays a hidden credits 'screen' or 'message' if the correct keystring is entered while the form is focused
Inputs
Keystring defined by user.
Assumes
Simply type 'Hi' while the main form has focus and a hidden credit message appears.
You can change the credit message, or how it is displayed (mouse clicks, or keystrokes, or both together).
To change the length of the input keystring change the 'Dim strKP As String * 2' to the length of your desired word(s)
Code Returns
Hidden credits screen