-
Hey guys, I need your help.
Here is my pb : I got a form with 2 buttons : 1.WAIT & 2.NORMAL. When I click on WAIT, the cursor's shape is like "HOURGLASS". And when I click, on the 2nd, the cursor looks like "NORMAL".
I would like to do that but on the entire screen area.
Who can help ?
-
I dont know how but you can use this
Code:
screen.MousePointer =
-
the command :
screen.mousepointer = VbHourglass is limited to the area of the form ... and I would like to do this outside (all the screen surface)
Thx for your help