G Guest Aug 30, 2006 #1 How can I make mouse symbol disappear completely? I am using Windows Forms, C#, Framework 2.0 Gregory Khrapunovich
How can I make mouse symbol disappear completely? I am using Windows Forms, C#, Framework 2.0 Gregory Khrapunovich
T ThunderMusic Aug 30, 2006 #4 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
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