Hi,
I have a Stop button on a form that I use to let the user cancel processing during a long operation. Clicking it simply sets a global variable flag that process checks during looping. That all works fine.
The problem is that I set the mouse pointer to hourglass during processing. I want the mouse to revert to the default when it is over the Stop button. So, it should be the hourglass anywhere on the form, except when over the button. That lets the user know that they can click the Stop button. It would work either way, but this is nice for the user to see the pointer change.
I tried the MouseOver event of the button but that did not seem to work. Anyone know how to accomplish this?
Thanks!
I have a Stop button on a form that I use to let the user cancel processing during a long operation. Clicking it simply sets a global variable flag that process checks during looping. That all works fine.
The problem is that I set the mouse pointer to hourglass during processing. I want the mouse to revert to the default when it is over the Stop button. So, it should be the hourglass anywhere on the form, except when over the button. That lets the user know that they can click the Stop button. It would work either way, but this is nice for the user to see the pointer change.
I tried the MouseOver event of the button but that did not seem to work. Anyone know how to accomplish this?
Thanks!