home *** CD-ROM | disk | FTP | other *** search
- ' Windows 3.1 shellapi function (see 3.1 Prg Ref Vol 1 & 2 for more info)
- Declare Function ExtractIcon Lib "shell.dll" (ByVal hInst As Integer, ByVal lpszExeName As String, ByVal iIcon As Integer) As Integer
- ' Windows 3.*
- Declare Function GetWindowWord Lib "User" (ByVal hWnd As Integer, ByVal nIndex As Integer) As Integer
- Declare Function SetMapMode Lib "GDI" (ByVal hDC As Integer, ByVal nMapMode As Integer) As Integer
- Declare Function DrawIcon Lib "User" (ByVal hDC As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal hIcon As Integer) As Integer
- ' constants
- Global Const GWW_HINSTANCE = (-6)
- Global Const MM_TEXT = 1
-
-