As Win98 doesn't support most dll calls like Win2000 and WinXP, the declaration below can't be found.
Is there away around this?
Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long
Thanks,
Andrew G.
Is there away around this?
Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long
Thanks,
Andrew G.