J JMB Jul 30, 2007 #1 How I can to hide cursor while application is running. I tryed .hide() but turn showed when i push a button. Sorry my english Thank's
How I can to hide cursor while application is running. I tryed .hide() but turn showed when i push a button. Sorry my english Thank's
C Christian Resma Helle Jul 30, 2007 #2 If you mean that you want to hide the busy cursor then you can do that by: Cursor.Current = Cursors.Default;
If you mean that you want to hide the busy cursor then you can do that by: Cursor.Current = Cursors.Default;