Message 1 of 3
How do I get an hourglass mouse pointer to show up?

Not applicable
04-15-2001
02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I want to get the mouse pointer property for a form to change to an
hourglass during a time extensive operation. If I set the property
FormMain.MousePointer = fmMousePointerHourGlass
do a bunch of stuff
FormMain.MousePointer = fmMousePointerDefault
the pointer does not change.
I have tried to force a change by hiding / showing the form but this sets me
off into space and I have to cancel the app to get out. I have also tried
the refresh method for the for but this didn't work either. I am sure there
is some simple way to make this happen but I don't have time to (*&%$&
around for hours to find it. Any help would be appreciated.
Thanks,
Will
I want to get the mouse pointer property for a form to change to an
hourglass during a time extensive operation. If I set the property
FormMain.MousePointer = fmMousePointerHourGlass
do a bunch of stuff
FormMain.MousePointer = fmMousePointerDefault
the pointer does not change.
I have tried to force a change by hiding / showing the form but this sets me
off into space and I have to cancel the app to get out. I have also tried
the refresh method for the for but this didn't work either. I am sure there
is some simple way to make this happen but I don't have time to (*&%$&
around for hours to find it. Any help would be appreciated.
Thanks,
Will