Results 1 to 4 of 4

Thread: [RESOLVED] [2005] HELP showing wait message/progress bar

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2008
    Location
    Waterloo, ON
    Posts
    251

    Resolved [RESOLVED] [2005] HELP showing wait message/progress bar

    I am designing an application that lets users paste a report in an excel control and click next, then the program extracts the useful information from the report and shows it in a datagridview.

    The problem is that if the report is really large then this could take a few minutes, so I want to either show a pop up window with a progress bar (which I have no idea how to do) or just simply a "Working, please wait..." message. I did this with a form with the message in it, setting it to show before the method starts and hide when it is finished, the problem is that the label does not load properly, it just shows up as a 'hole' in the form. I also tried hiding the datagridview until the information is loaded, and put the label behind it in the main screen but the label doesn't show up.

    How can I somehow give the user a "working" message (or even better a progress bar)? Thanks in advance.

    --Rikki

    EDIT: I have looked into the progress bar control, and decided against using it.
    Last edited by Rikki_UW; Oct 30th, 2008 at 11:44 AM.

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