VB and VBA Users Source Code: Hide/unhide the mouse cursor
[
Home
|
Contents
|
Search
|
Reply
| Previous | Next ]
VB/VBA Source Code
Hide/unhide the mouse cursor
By:
Andrew Baker
Email (spam proof):
Email the originator of this post
Date:
Wednesday, December 13, 2000
Hits:
875
Category:
Windows API
Article:
To hide and unhide the cursor use the following routine: Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long 'Purpose : Hide/Unhide the cursor 'Inputs : bHide If True hides the cursor else Shows the cursor 'Outputs : N/A 'Author : Andrew Baker 'Date : 13/12/2000 11:25 'Notes : 'Revisions : 'Assumptions : Sub CursorHide(bHide As Boolean) ShowCursor CLng(bHide) End Sub
Terms and Conditions
Support this site
Download a trial version of the Excel Workbook Rebuilder