home *** CD-ROM | disk | FTP | other *** search
- Declare Function SendMessage Lib "User" (ByVal hWnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
- Declare Function PostMessage Lib "User" (ByVal hWnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Integer
- Global Const WM_GETTEXT = &HD
- Global Const WM_SYSCOMMAND = &H112
- Global Const SC_RESTORE = &HF120
- Global Const SC_CLOSE = &HF060
-
- Declare Function GetWindowList Lib "Getwlst.dll" (hWndArray As Integer, ByVal nArrayMax As Integer, ByVal nMode As Integer) As Integer
-
- ' Constant declarations for nMode
- '--------------------------------
- Global Const YOYO = 0 'Yer On Yer Own...
- Global Const ALLVIS = 1
- Global Const TOPONLY = 2
- Global Const SAFEST = 3
-
-