G
Guest
Hi, when i try to run this code: "Dim hWnd As IntPtr = GetForeGroundWindow()" i get this error message
"Unable to find an entry point named GetForeGroundWindow in DLL user32." The function is declared as this
"Declare Auto Function GetForeGroundWindow Lib "user32" () As System.IntPtr
Can anyone help me? Thanks
"Unable to find an entry point named GetForeGroundWindow in DLL user32." The function is declared as this
"Declare Auto Function GetForeGroundWindow Lib "user32" () As System.IntPtr
Can anyone help me? Thanks