I am porting a VB.NET application from Win over to Linux and am having a
problem of the Cursor.Hide function not working.  It does not throw an
error, it just doesn't hide the cursor.  I searched the forum and see that
this was reported in 2008 but it didn't have a resolution.  Neither of the
following statements have any effect so I can't even move it off the screen: 

Cursor.Position = New Point(50,50)
Cursor.Hide

Both of these statements function correctly on Win.  Can anyone point me to
a patch or work-around to hide the cursor?

Thank you in advance

--
View this message in context: 
http://mono.1490590.n4.nabble.com/Cursor-Hide-Not-working-tp4649801.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to