home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / ch_code / ch10 / mdipad / mdimod.bas < prev    next >
Encoding:
BASIC Source File  |  1998-02-20  |  165 b   |  9 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3. Global DocumentForms(10) As New EditorForm
  4. Global OpenFiles(10) As String
  5. Global currentDocument As Integer
  6.  
  7.  
  8.  
  9.