|
-
Nov 11th, 2002, 11:27 AM
#1
Thread Starter
Addicted Member
How to change the cursor in run time? *resolved*
Hey guys!
How I do that?
Thanks,
Elminster
Last edited by Elminster; Nov 11th, 2002 at 11:56 AM.
-
Nov 11th, 2002, 11:28 AM
#2
Fanatic Member
you mean a custom cursor, or just change it to something like the hourglass?
-
Nov 11th, 2002, 11:31 AM
#3
Fanatic Member
if you mean custom, then it's this:
VB Code:
Form1.MouseIcon = LoadPicture("custom.ico")
Form1.MousePointer = 99
otherwise:
VB Code:
Form1.MousePointer = vbHourglass
-
Nov 11th, 2002, 11:56 AM
#4
Thread Starter
Addicted Member
Really thanks man!
I forgot the "form1." part heheh...
I was doing without it.. eheh
Thanks,
Elminster
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
|