Hi.

I'm testing the system on a computer with a 64bit system and gave error in module public in some parts:
Code:
Public Declare Function SendMessage Lib "user32.dll" Alias "SendMessageA" (ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Code:
Declare Function GetDesktopWindow Lib "user32" () As Long
Declare Function GetWindowRect Lib "user32" (ByVal hWnd As Long, rectangle As RECT) As Long
Does anyone know if you can say work both .... 32bits and 64bits? ...

Thank you!