andrews2004
Programmer
When a button is clicked on my form I change the cursor to an hour glass while it is performing various operations.
As long as the cursor is hovering over my form the hourglass cursor is displayed. However, as soon as I move over a different window, the cursor changes.
What I want to do, is set the cursor to the type defined by window which has focus, i.e. my application, rather than that belonging to the particular window that the cursor happens to be moved over.
I'm not sure if this is possible or not, but I would be very grateful if anybody could help me with this.
As long as the cursor is hovering over my form the hourglass cursor is displayed. However, as soon as I move over a different window, the cursor changes.
What I want to do, is set the cursor to the type defined by window which has focus, i.e. my application, rather than that belonging to the particular window that the cursor happens to be moved over.
I'm not sure if this is possible or not, but I would be very grateful if anybody could help me with this.