Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Mouse pointer when mouse over Header
Message
 
To
22/05/2001 13:44:49
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00509971
Message ID:
00510029
Views:
22
>>>Hi
>>>I disabled the Movable property for all columns in my grid. I have some click in the Click() event of some of the headers, and it works fine. The only problem is that when the columns were movable, it changed the Mouse pointer when over the Header area ( normal VFP behavior ), and now it doesn't. I checked, and there is no MousePointer property for the Header, so does anybody have an idea on how to change the Mouse pointer *only* when Mouse is over the Header?
>>>I also tried to leave the Movable property of the columns .T., and then added NODEFAULT into the Moved event, but this didn't prevent the columns from moving.
>>>
>>>Thanks,
>>>Jaime
>>
>>Jaime,
>>You could use grid.mousepointer. In header mousemove set :
>>
with this.Parent.Parent
>>  .Mousepointer = 99
>>  .MouseIcon = 'SomeIcon.ico'
>>endwith
Cetin
>
>Oh I think a .cur would be much better.
>Cetin

Simple and right!!
Thanks a lot
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform