I would like to get the mouse coords relative to another window (window client area), the window is not part of my application.
I would prefer to do this without delving into the Win32 API and dll imports, but I'm not sure if it's possible.
The basic idea is: My C# WPF app will have the users focus, when the user presses a hot key(CTRL + C) the app will get the coords relative to the client area of an earlier specified window. It's just a quick app I need to make for in-house development assistance.