Hide cursor

  • Thread starter Thread starter JMB
  • Start date Start date
J

JMB

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
 
If you mean that you want to hide the busy cursor then you can do that by:

Cursor.Current = Cursors.Default;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top