If you mean that you want to hide the busy cursor then you can do that by:
Cursor.Current = Cursors.Default;
--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com [quoted text, click to view] "JMB" <informatica@grupoicd.com> wrote in message
news:OM1hCMs0HHA.1336@TK2MSFTNGP04.phx.gbl...
> 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
>