VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Monkey Typist

Roy Goode  (1 Submission)   Jokes/Humor   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This code is basically a random text generator that taps out random strings of characters. It is a Monkey Typist because sometimes it might just make sense! The idea is that you watch the text appear and then see if the 'Monkey' enters real words or even sentences!

Inputs
The user is not required to input anything, just run the program and watch that monkey type!

Assumes
1. Start a new Standard EXE project ' 2. Rename Form1 to frmMonkey ' 3. Put a text box onto the form and name it txtMonkey ' 4. Set the text box's 'MultiLine' property to True ' 5. Set the text box's 'ScrollBars' property to 2 - Vertical ' 6. Put a timer onto the form and name it tmrMonkey ' 7. Set the timer's 'Enabled' property to False ' 8. Copy this code into the form's class module

Rate Monkey Typist (4(4 Vote))
Monkey Typist.bas

Monkey Typist Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters