home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- 'General Declarations
-
- 'This one is intended to hide the cursor in Screen-Saver
- 'Mode
- Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
-
- 'Program Public variables
- Public RST As Integer, A As Integer, DelLines As Boolean
- Public PSWD As String, Pts As Integer, P As Boolean, SS As Boolean
-