home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / GLOBALS.BAS < prev    next >
Encoding:
BASIC Source File  |  1998-03-25  |  354 b   |  12 lines

  1. Attribute VB_Name = "Module3"
  2. 'global arrays of server and client connections
  3.  
  4. 'each element holds a child form for each connection
  5. Global gfrmServers(5) As New frmConnection
  6. Global gfrmClients(5) As New frmConnection
  7.  
  8. 'each element holds a handle to a connection client computer
  9. Global ghServers(5) As Integer
  10. Global ghClients(5) As Integer
  11.  
  12.