Hey guys!
How I do that?
Thanks,
Elminster
Printable View
Hey guys!
How I do that?
Thanks,
Elminster
you mean a custom cursor, or just change it to something like the hourglass?
if you mean custom, then it's this:
VB Code:
Form1.MouseIcon = LoadPicture("custom.ico") Form1.MousePointer = 99
otherwise:
VB Code:
Form1.MousePointer = vbHourglass
Really thanks man!
I forgot the "form1." part heheh...
I was doing without it.. eheh
Thanks,
Elminster