home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
lotter
/
nlottery.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-12-22
|
203 b
|
10 lines
Global WinTitle$
Sub startwindowscroll ()
WinTitle = String(30, " ") & "Lottery Numbers.....A random number generator brought to you by Ian Riley !"
form1.Timer1.Enabled = True
End Sub