home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mother of All Windows Books
/
CD-MOM.iso
/
cd_mom
/
newsletr
/
vbz
/
vbz1-3
/
ssfrm.frm
< prev
next >
Wrap
Text File
|
1993-06-24
|
1KB
|
46 lines
VERSION 2.00
Begin Form frmSave
BackColor = &H00000000&
BorderStyle = 0 'None
ControlBox = 0 'False
Height = 4470
Icon = 0
KeyPreview = -1 'True
Left = 1065
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4065
ScaleWidth = 4905
Top = 1275
Width = 5025
WindowState = 2 'Maximized
Begin Timer timSave
Enabled = 0 'False
Left = 120
Top = 120
End
End
DefInt A-Z
Sub Form_KeyDown (KeyCode As Integer, Shift As Integer)
UserEvent
End Sub
Sub Form_Load ()
Ok = DoEvents()
End Sub
Sub Form_MouseDown (Button As Integer, Shift As Integer, X As Single, Y As Single)
UserEvent
End Sub
Sub Form_MouseMove (Button As Integer, Shift As Integer, X As Single, Y As Single)
UserEvent
End Sub
Sub timSave_Timer ()
TimerProc
End Sub