Getting an error in the following code...
Error message = "The code in this project must be updated for use on 64-bit system... PtrSafe attribute
Code:
Private Declare Function RegisterWindowMessage Lib "user32" Alias "RegisterWindowMessageA" (ByVal lpString As String) As Long
Comment