Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I change mousePointer of a grid
Message
 
 
To
07/11/2003 21:47:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00847886
Message ID:
00848109
Views:
17
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?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform