removing the mouse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I make mouse symbol disappear completely?
I am using Windows Forms, C#, Framework 2.0

Gregory Khrapunovich
 
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
 

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

Similar Threads

How to capture form 2
How to capture my form 1
playing a sound 1
How to find control by name 2
How to check if directory exists 1
menu event questions 2
COM DLL in C# 1
setting version info 2

Back
Top