B
Benjamin Wagner
I want to unvisible the Mouse, because there is a
touchscreen and i dont want a mousecurser.
touchscreen and i dont want a mousecurser.
-----Original Message-----
You might try P/Invoking ShowCursor(). It takes a boolean parameter which
indicates whether to show (true), or hide (false) the cursor. Note that
this really only affects the windows of the thread which calls ShowCursor(),
though. If you pop up another application, it has control over its own
cursor. There's no global cursor-off API that I can think of...
Paul T.
-----Original Message-----
You might try P/Invoking ShowCursor(). It takes a boolean parameter which
indicates whether to show (true), or hide (false) the cursor. Note that
this really only affects the windows of the thread which calls ShowCursor(),
though. If you pop up another application, it has control over its own
cursor. There's no global cursor-off API that I can think of...
Paul T.