VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code to Set a Animated Cursor(ani) as the MousePointer for the Form

Raghu  (22 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Wed 6th June 2001   Mon 8th February 2021

Code to Set a Animated Cursor(ani) as the MousePointer for the Form

API Declarations


Private Declare Function SetClassLong Lib "User32" (ByVal hWnd As Long,ByVal uFlags as Long,Byval HObject as Long) As Long

Private Const GCL_HCURSOR = (-12)
Dim hOldCur as long
Dim hNewCur as long

Rate Code to Set a Animated Cursor(ani) as the MousePointer for the Form (2(2 Vote))
Code to Set a Animated Cursor(ani) as the MousePointer for the Form.bas

Code to Set a Animated Cursor(ani) as the MousePointer for the Form Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters