Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hot tracking in grid - is column onmouseenter work prope
Message
From
17/10/2001 14:44:50
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00568563
Message ID:
00569828
Views:
21
>I want to change cursor icon (from arrow into hand ) when mouse is on such column.

This was the code I used in VFP6.0, I don't know if the new methods are making it any easier:
* Grid.Column1.Text1.MouseMove
this.MousePointer = 99
this.MouseIcon = 'hand.cur'
Will that work for you?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform