home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mother of All Windows Books
/
CD-MOM.iso
/
cd_mom
/
newsletr
/
vbz
/
vbz1-3
/
behavdem.frm
< prev
next >
Wrap
Text File
|
1993-04-25
|
485b
|
24 lines
VERSION 2.00
Begin Form Form1
Caption = "Main Form"
Height = 3945
HelpContextID = 101
Left = 1035
LinkTopic = "Form1"
ScaleHeight = 3540
ScaleWidth = 5190
Top = 1140
Width = 5310
End
Sub Form_Load ()
ChDrive App.Path
ChDir App.Path
RegisterMainForm hWnd
End Sub
Sub Form_Unload (Cancel As Integer)
UnRegisterMainForm hWnd
End Sub