Desktop Functions: Smart Device Functions:
|
Search Results for "ShowCursor" in [All]user321: ShowCursor
static extern int ShowCursor(bool bShow);
Public Shared Function ShowCursor(ByVal bShow As Boolean) As Integer The ShowCursor function displays or hides the cursor.
ShowCursor(False) 'Hide Cursor
ShowCursor(True) 'And show it again |