Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse pointer change ???
Message
From
28/07/1997 14:11:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00041692
Message ID:
00041984
Views:
77
>Hi guys,
>
>I try to replace the arrow cursor with the wait cursor in my application when processus was long but when i use the command " thisform.setall('mousepointer',11) " some object (text box) in grid not change. Do you have an idea ?
>I also try with win32api fonction like = SetCursor(LoadCursor(0,'IDC_WAIT')) but it's not work i think that the LoadCursor return a error 127 but i don't have idea what it's mean
>
>I will very apreciate your help
>Rocky Boy...


I did that for my "save" button in my application
and it worked:

button::ClickEvent()
this.MousePointer = 11
... code for save
this.MousePointer = 0


Claude
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform