View Single Post
  #1 (permalink)  
Old April 17th, 2007, 10:38 PM
apike apike is offline
Registered User
 
Join Date: Apr 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default How can the mousepointer be changed?

I would like to change the mousepointer to an hourglass when a script is run in explorer. The following .vbs file is an example...

(change the mouse pointer to an hourglass here)
For I = 0 to 1000000
  I=I+1
Next
Msgbox "the mousepointer should still be an hourglass"
(change the mouse pointer back to the previous status here)
Reply With Quote