this is how i am trying to find the wiindow and in similar way, ia calling the send message but i really i am not sure about the parameters, and i also was trying SendKeys and it saids that is no defined.( And i am adding windows.h in the header). i really i do not know how to use api windows in qt



HWND handel=FindWindow(NULL,"Window Title");
HWND handel=FindWindow(NULL,"Window Title");
To copy to clipboard, switch view to plain text mode
cannot convert `const char*' to `const WCHAR*' for argument `2' to `HWND__* FindWindowW(const WCHAR*, const WCHAR*)'
Bookmarks