Results 1 to 2 of 2

Thread: Detect if operation is done.

  1. #1

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Detect if operation is done.

    how do you detect if an operation is done?

    say you want to create a progressbar that will work accordingly with the progress of the operation

    operation for ex can be - saving a file, performing an iteration ...
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Detect if operation is done.

    If it's a loop, you can set the start at 0 and the end at the final value, and increment it inside of the loop according to the value.

    For files, try this out:

    http://vbforums.com/attachment.php?attachmentid=37597

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