home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module3"
- 'global arrays of server and client connections
-
- 'each element holds a child form for each connection
- Global gfrmServers(5) As New frmConnection
- Global gfrmClients(5) As New frmConnection
-
- 'each element holds a handle to a connection client computer
- Global ghServers(5) As Integer
- Global ghClients(5) As Integer
-
-