home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Controls
/
Visual Basic Controls.iso
/
vbcontrol
/
tinydb
/
tinytst.ba_
/
tinytst.ba
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-12-03
|
255 b
|
19 lines
Attribute VB_Name = "Module1"
Global MyDB As New TinyDB
Global cancelflag As Integer
Global comm7down As Integer
Global comm6down As Integer
Sub glass()
Form1.MousePointer = 11
End Sub
Sub regular()
Form1.MousePointer = 0
End Sub