How do I change the mouse pointer icon ? 
Author Message
 How do I change the mouse pointer icon ?

In VBScript, is there a way for me to change the icon of the mouse pointer
icon from the standard "arrow" to the "clock" icon ?

In my script , i need to change the icon of the mouse pointer from the
"arrow" icon to another icon whenever a user click on a button to indicate
that somekind of processing is taking place.

Thanks
Hang.



Mon, 02 Dec 2002 03:00:00 GMT  
 How do I change the mouse pointer icon ?
hi Hang,

if you are scripting inside IE, then use css:  style= 'cursor: wait'

Note: "Wait" gives you an hourglass (if you want a "watch" try the iMac).

if you are writing a standalone script, then you have to use api calls
(ugh!).

cheers, jw


Quote:
> In vbscript, is there a way for me to change the icon of the mouse pointer
> icon from the standard "arrow" to the "clock" icon ?

> In my script , i need to change the icon of the mouse pointer from the
> "arrow" icon to another icon whenever a user click on a button to indicate
> that somekind of processing is taking place.

> Thanks
> Hang.



Mon, 02 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need HELP to changing mouse pointer

2. Change mouse pointer?

3. Change mouse cursor to from pointer to hand

4. Change mouse pointer to an hourglass?

5. Change the Mouse pointer in vbscript

6. change the mouse pointer in vbScript

7. Change the mouse pointer?

8. changing mouse pointer(cursor)

9. WSH:Changing the mouse pointer ???

10. changing Mouse Pointer

11. OnMouseOver to change mouse pointer?

12. Change mouse pointer in IE to an hourglass?

 

 
Powered by phpBB® Forum Software