home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
com
/
inole2
/
chap15
/
vbsquare
/
newvb
/
global.bas
< prev
next >
Wrap
BASIC Source File
|
1995-05-03
|
145b
|
7 lines
Attribute VB_Name = "GLOBAL"
Global Square As Object
Global Const SW_HIDE = 0, SW_SHOW = 1
Global Const SW_MINIMIZE = 2, SW_MAXIMIZE = 3