home *** CD-ROM | disk | FTP | other *** search
- Global Const Cr = "Copyright JSS, Inc. 1992 - Steve Schiavo, Center Point, TX"
- Global Const ToggleTo = "Toggle to "
- Global Target As String
- Declare Function GetProfileString% Lib "kernel" (ByVal AppName$, ByVal KeyName$, ByVal Default$, ByVal Answer$, ByVal MaxLen%)
- Declare Function WriteProfileString% Lib "kernel" (ByVal AppName$, ByVal KeyName$, ByVal Insert$)
- Global Const True = -1
- Global Const False = 0
- Global HP2Default As String
- Global FAXdefault As String
- Global MaxSiz As Integer
- Global WasMinimized As Integer
-
-