AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

How can I hide the cursor?

You can use the API function Showcursor, that allows you to control the visibility of the cursor. The declaration for this function is:

Declare Function ShowCursor& Lib "user32" _
(ByVal bShow As Long)                

The Parameter bShow is set to True (non-zero) to display the cursor, False to hide it.

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/