Results 1 to 3 of 3

Thread: progress indicator?

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 1999
    Posts
    56

    Post

    What would be a good progress indicator other than a progressbar? I added a progress bar into my program only to find that the distribution package would be 1.93MB for a program that is only 64KB! It's mainly because of MSCOMCTL.OCX.

    Part of my program takes the file paths of files in a directory and writes the paths into a text box. I basically have a For loop that goes through the file names copying the paths. I need a progress indicator because in some folders such as the Windows folder, such a process takes several seconds and my program appears to freeze up. I've tried labels and image boxes but for some reason, they refresh too slowly to keep up with the For loop. Only the progress bar and object captions have been able to keep up with the progress updates. Does anyone have any ideas?

  2. #2
    Junior Member
    Join Date
    Sep 1999
    Posts
    19

    Post

    I have used a shape control (filled rectangle) and changed its width property to indicate progress.

    Hope this helps



    ------------------
    LM Ginn


  3. #3

    Thread Starter
    Member
    Join Date
    Apr 1999
    Posts
    56

    Post

    Hey,
    Thanks! That's a great idea. It works fine but the bar flashes as it's being redrawn. Does anyone know where I can get the progress bar API written as a class? I'd write one myself but I have no idea how to even start. Any easy tutorials on classes?

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