Results 1 to 2 of 2

Thread: Adding times in a list box

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2003
    Posts
    38

    Adding times in a list box

    I currently have a list box which displays the length of an item. I.e.
    2.23
    8.12
    2.05
    6.14
    3.11

    In a second list box next to it I want to display the start time of each item if they were to be run sequentially. I.e.
    2.23 0.00
    8.12 2.23
    2.05 10.35
    6.14 16.49
    3.11 20.00

    The start time needs to be recaculated everytime a command is fired on the form so it is updated everytime an item is added or deleted from the list box. How would I achieve this?

  2. #2
    Hyperactive Member sw_is_great's Avatar
    Join Date
    Nov 2003
    Posts
    330
    what is the connection between the first list box and the commands u run. do u mean that the listbox1 contains the commands ?????
    Regards

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