all groups > dotnet windows forms > august 2006 >
You're in the

dotnet windows forms

group:

removing the mouse



removing the mouse Gregory
8/30/2006 7:31:02 AM
dotnet windows forms: How can I make mouse symbol disappear completely?
I am using Windows Forms, C#, Framework 2.0

Gregory Khrapunovich
Re: removing the mouse Gregory
8/30/2006 8:00:02 AM
Thank you very much! I am ashamed I didn't find it myself.
Re: removing the mouse ThunderMusic
8/30/2006 10:50:56 AM
Cursor.Hide();
Cursor.Show();

I hope it helps

ThunderMusic

[quoted text, click to view]

Re: removing the mouse ThunderMusic
8/30/2006 11:07:47 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button