home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Visual Basic 6
/
mastvb6.iso
/
ch_code
/
ch10
/
mdipad
/
mdimod.bas
< 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
BASIC Source File
|
1998-02-20
|
165 b
|
9 lines
Attribute VB_Name = "Module1"
Option Explicit
Global DocumentForms(10) As New EditorForm
Global OpenFiles(10) As String
Global currentDocument As Integer