Cursor.Hide();
Cursor.Show();
I hope it helps
ThunderMusic
> How can I make mouse symbol disappear completely?
> I am using Windows Forms, C#, Framework 2.0
>
> Gregory Khrapunovich
Gregory - 30 Aug 2006 16:00 GMT
Thank you very much! I am ashamed I didn't find it myself.
Gregory
ThunderMusic - 30 Aug 2006 16:07 GMT
I found it this morning myself... ;) I was always using the ShowCursor(bool
bShow) win32 API which works great too, but involves Interop which is
slowing down the app a bit... ;)
I hope it helps
ThunderMusic
> Thank you very much! I am ashamed I didn't find it myself.
> Gregory