Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change mousePointer of a grid
Message
From
09/11/2003 21:42:16
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00847886
Message ID:
00848146
Views:
20
It works, but it adds a layer of complexity to my grids that I don't want to incorporate. I thought it might be a API function that I could use, or something like that.

Thanks,
Javier.

>Javier,
>
>You can put a transparent shape over the whole cells portion of the grid. If the user can click into the cells you can use code to capture the shape.Click() in the MouseDown/Up events and pass that onto the underlying cell.
>
>>I have been trying to change the mouse pointer of a grid in VFP 7 for a few days, with no easy answer. myGrid.MousePointer doesn't affects at headers and columns (only to the non populated part of the column), which make this property a bit unuseful.
>>
>>The only way that I have figured out is to include a custom textbox in every column, change sparse to .f., and change the mouse pointer of this control to whatever I need. I don't like this solution as it seem to me to be too complicated for this task (and it does not change the mouse pointer of headers)
>>
>>Is there a easier way to change the mouse pointer of a grid?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform