VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Set System Cursor using SetSystemCursor API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Wed 1st August 2001   Mon 8th February 2021

Set System Cursor using SetSystemCursor API

API Declarations


Const OCR_WAIT = 32514
Const OCR_APPSTARTING = 32650
Const OCR_CROSS = 32515
Const OCR_IBEAM = 32513
Const OCR_NO = 32648
Const OCR_SIZEALL = 32646
Const OCR_SIZENESW = 32643
Const OCR_SIZENS = 32645
Const OCR_SIZENWSE = 32642
Const OCR_SIZEWE = 32644
Const OCR_UP = 32516
Private Declare Function SetSystemCursor Lib "user32.dll" (ByVal hcur As Long, ByVal id As Long) As Long
Private Declare Function LoadCursorFromFile Lib "user32.dll" Alias "LoadCursorFromFileA" (ByVal lpFileName As String) As Long


Rate Set System Cursor using SetSystemCursor API (1(1 Vote))
Set System Cursor using SetSystemCursor API.bas

Set System Cursor using SetSystemCursor API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters