Hi im getting a error:
My Code is:PHP Code:error C2440: '=' : cannot convert from 'class CWnd *' to 'struct HWND__ *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.
PHP Code:HWND i;
HWND x;
i = FindWindow("Program",0);




Reply With Quote