|
Home
Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
Forums
Web Site
Software
gbCodeLib
Personal
Webcam
Biography
Contact Me
|
GBIC >>
Source Code >>
Visual Basic >> Snippet
|
Show/hide mouse cursor
'Just call ShowCursor and pass a false to hide it or a true to show it again.
Public
Declare
Function
ShowCursor
Lib
"user32"
Alias
"ShowCursor"
(
ByVal
bShow
As
Long
)
As
Long
|
|
|
|