This should work
Mouse.OverrideCursor = System.Windows.Input.Cursors.Wait;
Use System.Windows.Input not System.Windows.Forms.
This should work
Mouse.OverrideCursor = System.Windows.Input.Cursors.Wait;
Use System.Windows.Input not System.Windows.Forms.