|
-
Aug 16th, 2012, 08:52 PM
#1
Thread Starter
New Member
-
Aug 17th, 2012, 03:29 PM
#2
New Member
Re: [Ask] How to change Mouse Pointer/Cursor Icon
Very simple answer that I use:-
Me.MouseIcon = LoadPicture(path to cursor) 'this loads your cursor
Me.MousePointer = 99 'this changes the cursor to your new cursor
Me.MousePointer = 0 ' this changes the cursor back to normal
just use MouseMove on the image to activate it.
Hope this helps
-
Aug 17th, 2012, 05:17 PM
#3
Thread Starter
New Member
Re: [Ask] How to change Mouse Pointer/Cursor Icon
Last edited by jatikeren; Aug 17th, 2012 at 05:29 PM.
-
Aug 18th, 2012, 01:39 AM
#4
New Member
Re: [Ask] How to change Mouse Pointer/Cursor Icon
VB6 does not support the same cursors as Windows 7
You need a compatible cursor
I think it has to be black and white, and max res 32x32
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|