|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
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
|
|
|
|