home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
code
/
system
/
inabox
/
clip.txt
< 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
Text File
|
1995-02-27
|
206 b
|
13 lines
Sub Form_Load ()
ClipMouseMovement
End Sub
Sub Form_Unload (Cancel As Integer)
UnClipMouseMovement
End Sub
Sub Label1_Click (Index As Integer)
If Index = 2 Then Unload Me
End Sub