Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mousewheel Event how does it work?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00107472
Message ID:
00107479
Views:
14
>Does anyone have a sample prog. on how the Mousewheel method works? I'm trying to make an Explorer like toolbar where the picture changes it the mouse is over it. Thank you.


Hello Alvin,

Happy Centennial!

It’s not the MouseWheel but the MouseMove Event that fires whenever a mouse pointer points in an object. MouseWheel is for mouse with wheel, not the regular actually.

Use MouseMove only if you want to do something when pointing to an object.

Just do this:

1. Assign a cursor object file (.cur) to MouseIcon property of the object.
2. Set MousePointer property of the object to 99-Customer

That’s all.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform