I have a C# application with 2 simultaneous visible forms, and I need to hide mouse cursor when it is over only on one of them. If I use Cursor.Hide() it applies the change for
You could use the Control.MouseEnter and Control.MouseLeave events to trigger hiding or displaying the cursor