My project is about to control the mouse with the new MS Kinect in C# + Kinect SDK. I decided to use a WinForm Project in VS2010. So far, I can move the mouse with my hand and can do some mouseclicks inside and outside my Form. ( So I can control my whole PC with my hands :) ) To control my mouse cursor from a distance, I need to "highlight" it with f.e. a red circle. So I coded some lines and I can draw a red circle around my mouse cursor and it works fine inside that form. But I want to see the same circle on my desktop too.
Here is an Image to show you my problem.
The Image shows you, that the second circle is beeing cut, when I leave my mouse outside my Form Window, but it shouldn't !
Any ideas ???