Changing the icon to an hour glass? 
Author Message
 Changing the icon to an hour glass?

Is there a way of changing the icon to an hour glass when processing
a query?

In vb we use screen.mousepointer = 1, is there an equivalent?



Thu, 10 Jul 2003 20:28:27 GMT  
 Changing the icon to an hour glass?
hi Graham,

fyi, in the scripting world a mousepointer is normally called a "cursor",
not an "icon".

Are you scripting inside IE, then it's easy, use css: style= 'cursor: wait'

If you are writing a standalone script, it's not so easy, you have to call
an api to change the cursor.

cheers, jw


Quote:
> Is there a way of changing the icon to an hour glass when processing
> a query?

> In vb we use screen.mousepointer = 1, is there an equivalent?



Sat, 12 Jul 2003 01:45:45 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. changing the cursor to an hour glass?

2. Hour Glass

3. hour glass mouse pointer

4. hour glass

5. Help: Cursor becomes hour glass on form unload

6. Cursor shape = hour glass

7. Hour Glass

8. How made my programme icon on side of hours

9. How do I calculate Working Hours (Man Hours)

10. Hour Alarm on the Hour?

11. changing the icon placed as the application icon.

12. Change Label & Icon on OLE Control Icon

 

 
Powered by phpBB® Forum Software