Results 1 to 2 of 2

Thread: UI feedback Question

  1. #1
    Guest

    Question

    I have an App that takes data from one database and sends it to another. This process can take a lot of time when there are a lot of records to transfer. During this transfer time the present interface does very little or nothing.

    What I am looking for is a way to easliy let the user know that the program is working and has not crashed or froze. I am thinking about having a series of icons that can be changed to show the program working.

    How would I start doing something like this? Is there an easier or better method?

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658

    Talking Try the progress bar

    The progress bar control is a good way of showing the user that the program is working, and it is very easy to use.

    You can set its max property to whatever you want, say the number of items you are transfering, and add 1 to the value each time you copy an item.

    You will find it in the project-components section. "Microsoft Windows Common Controls 6.0"
    Iain, thats with an i by the way!

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