[RESOLVED] VB Script change mouse cursor
Hi,
this is probably one of the more simpler things to do but I am not familiar with doing things in the shell or system.
I am running a vb script that compares new and old files and replaces the older one with the new one over a netowrk. As the network is fairly large in terms of physical distance, the copy process sometimes takes a little bit of time (especially when there is a lot of traffic).
I just want to turn the curor to the hourglass so the user doesn't think that nothing is happening while the copy process happens.
Thanks for your help.
Re: VB Script change mouse cursor
You can't do this in VBScript, unfortunately. You will need to either create an ActiveX control using VB6 and instantiate it from your script and use it, or you can display a simple "Please wait" message while the operation continues.
Re: VB Script change mouse cursor
Re: [RESOLVED] VB Script change mouse cursor