README.md

December 4, 2022 ยท View on GitHub

TypeMachine

Description

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!

More Info

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.

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

It can crate an effect like a typemachine

Submitted On2005-06-28 23:06:52
ByOliver Kraft
LevelBeginner
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 6.0
CategoryString Manipulation
WorldVisual Basic
Archive FileTypeMachin1907156292005.zip

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.