Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change mousePointer of a grid
Message
From
12/11/2003 22:02:43
 
 
To
10/11/2003 00:52:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00847886
Message ID:
00849394
Views:
26
Thanks Dmitry, it works. I don't know why, but it works.
I say that I don't know why because in theory thisForm.mousePointer should affect only to the form, but not it's objects. Besides, if I put the code inside gridX.mouseMove it does not work.

I have tried almost everything, even the API functions that I found on the book '1001 things':

DECLARE INTEGER LoadCursorFromFile in Win32Api String
DECLARE SetSystemCursor in Win32Api Integer, Integer

but they have a minor glitch: they load a cursor from a file, and if the user has defined different cursor from the Windows default cursors, then the arrow that appears is not the user's arrow.

Thanks,
Javier.

>Use MouseMove event, for example in ColumnX.MouseMove:
>
>ThisForm.MousePointer = 1
Previous
Reply
Map
View

Click here to load this message in the networking platform