Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
URGENT: Mouse Pointer question!!
Message
 
To
24/05/2001 09:29:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00510831
Message ID:
00510852
Views:
15
>>Hi all,
>>I need to set the mouse pointer to the "CLOCK" when i'm doing a process.
>>The only way I know to do it is cycle through every object on the form and set the property MousePointer to 11. Also, do this inside every container or pageframe.
>>I tryed using SetAll method of the form but, it don't work inside the containers. And the value of some ActiveX controls to set the CLOCK pointer is not 11 like a VFP native control.
>>
>>My question... Exists any API function to change the default mouse pointer ????
>>
>>Thanks in advance!!!!!!
>
>Esteban,
>You could do it with winapi. But maybe there is an easier way. On the fly create a container or shape object that's transparent and no border, same height and width as form, mousepointer 11. When done removeobject it.

Cetin,

Just to add this (which you already know, I'm sure), using the API is problematical at best. Windows can override the desired behavior based on events external the program. You're solution is probably best, but if "click through" behavior is desired then he'd have to add some of Nick N's work in that area.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform