|
-
Aug 25th, 2008, 08:04 PM
#1
Thread Starter
Lively Member
[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.
-
Aug 26th, 2008, 01:37 PM
#2
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.
-
Aug 27th, 2008, 12:55 AM
#3
Thread Starter
Lively Member
Re: VB Script change mouse cursor
-
Aug 27th, 2008, 02:08 PM
#4
Re: [RESOLVED] VB Script change mouse cursor
No prob
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|