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 >
Text File  |  1993-04-25  |  485b  |  24 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Main Form"
  4.    Height          =   3945
  5.    HelpContextID   =   101
  6.    Left            =   1035
  7.    LinkTopic       =   "Form1"
  8.    ScaleHeight     =   3540
  9.    ScaleWidth      =   5190
  10.    Top             =   1140
  11.    Width           =   5310
  12. End
  13.  
  14. Sub Form_Load ()
  15.     ChDrive App.Path
  16.     ChDir App.Path
  17.     RegisterMainForm hWnd
  18. End Sub
  19.  
  20. Sub Form_Unload (Cancel As Integer)
  21.     UnRegisterMainForm hWnd
  22. End Sub
  23.  
  24.