Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Pointer - Changing
Message
From
18/10/1998 19:16:37
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
18/10/1998 12:00:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147116
Message ID:
00147985
Views:
34
>Point taken, in which case the former code shouldn't really be used, either, as it would be necessary to record the "default" mouse pointer for each control upon setting it to "hourglass". You'd want run a procedure like:
>
>Dimension ThisForm.aMPHoldArray(ThisForm.ControlCount)
>for i=1 to ThisForm.ControlCount
> ThisForm.aMPHoldArray(i)=ThisForm.Control(i).MousePointer
> ThisForm.Control(i).MousePointer=0
>next
>

How about

for i=1 to ThisForm.ControlCount
ThisForm.Control(i).ResetToDefault("MousePointer")
next

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform