home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / Programmin18171611112004.psc / modGlobal.bas < prev    next >
Encoding:
BASIC Source File  |  2004-11-11  |  109 b   |  8 lines

  1. Attribute VB_Name = "modGlobal"
  2. Option Explicit
  3.  
  4. Public Enum enProtocoll
  5.   TCP = 0
  6.   UDP = 1
  7. End Enum
  8.