Results 1 to 4 of 4

Thread: [RESOLVED] VB Script change mouse cursor

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2007
    Posts
    70

    Resolved [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.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2007
    Posts
    70

    Re: VB Script change mouse cursor

    thanks

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width