home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / PVb5.0 / VB / SAMPLES / COMPTOOL / ACTVCOMP / ACTXDOC / MGLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-08-21  |  116 b   |  7 lines

  1. Attribute VB_Name = "mGlobal"
  2. Option Explicit
  3.  
  4.  ' Object variable for FirstDoc
  5.  Public gFirstDoc As FirstDoc
  6.  
  7.