home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.MDIForm frmEX5AMDI
- BackColor = &H8000000C&
- Caption = "MDIForm Sample"
- ClientHeight = 3225
- ClientLeft = 6870
- ClientTop = 1605
- ClientWidth = 4515
- LinkTopic = "MDIForm1"
- Attribute VB_Name = "frmEX5AMDI"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub MDIForm_Load()
- frmEX5A2.Show
- frmEX5A3.Show
- End Sub
-