Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MousePointer Property
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00060739
Message ID:
00060785
Views:
28
>How can I use the MousePointer property set to 99 - Custom in a Label Object. I am able to change the pointer of standard system cursors using LoadCursorFromFile and SetSystemCursor, but I must then reset to the previous cursor when the mouse leaves the label object. Any help would be greatly appreciated.
>
>Thanks,
>
>Greg

In my base classes that I want a custom pointer to, I supply the cursor name to the .MouseIcon property and keep it there. Changing the .MousePointer property changes the cursor. Once off that particular object, it changes back usually because the form or container does not have the .MouseIcon property set. I do not use LoadCursorFromFile or SetSystemCursor.

Steve Despres
Previous
Reply
Map
View

Click here to load this message in the networking platform