home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD1310912272000.psc / variable.bas < prev   
Encoding:
BASIC Source File  |  2000-12-23  |  244 b   |  13 lines

  1. Attribute VB_Name = "Module2"
  2. '***************
  3. '
  4. 'the speed at which the hand will
  5. 'move across the screen.
  6. Global Speed As Long
  7. 'where to place the hand vertically.
  8. Global PlaceMe As Long
  9. 'choose view mode
  10. Global Desk As Integer
  11.  
  12.  
  13.