Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A mousepointer that stays put...
Message
 
To
10/03/2006 12:03:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01103160
Message ID:
01103169
Views:
17
>Hi All:
>
>I want to change the mousepointer for a short time while frx2any converts a file for me, but as the user moves the mouse around the form, it reverts as it passes over the various objects. _screen.mousepointer and _screen.activeform.mousepointer only cover portions of the area. Is there a quick and dirty way to change the mousepointer in toto without having to go through each object?
>
>Thank
>Luke

Very dirty trick, don't allow to mouse to leav the form :o))
Put this in Form's mose move event:
MOUSE CLICK AT 50,50 PIXELS WINDOW (this.name)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform