VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

TypeMachine

Oliver Kraft  (1 Submission)   String Manipulation   Beginner   Wed 3rd February 2021

This program can Show text inside a TextBox char by char, like it was written in this moment while it play a litle sound, it can create a cool effect!

Inputs
The parameter for the principal function (called TypeMsg) are a mensage string to be show and a number of secods to bee used as parameter in other function used to delay for X secods to delay the execution of sub procedures and functions.

Returns
Then, it show the text putting it chat by char and playing a sound.

Side Effects
It can crate an effect like a typemachine

API Declarations
Declare Function sndplaysound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Declare Function sndStopSound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As Long, ByVal uFlags As Long) As Long
They are used to Play a sound.

Rate TypeMachine (2(2 Vote))

Download TypeMachine

TypeMachine Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters