ListBox Timer

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

I have a listbox that shows records with their elapsed time.
As such...
Record Opened Elapsed
1 10:00 1:00:00
2 10:20 1:25:00

I know how to show elapsed time for a single record in a textbox, but
how do you show multiple lapsed times in a listbox?

Any help appreciated,
Thanks
DS
 
DS said:
I have a listbox that shows records with their elapsed time.
As such...
Record Opened Elapsed
1 10:00 1:00:00
2 10:20 1:25:00

I know how to show elapsed time for a single record in a textbox, but
how do you show multiple lapsed times in a listbox?

Any help appreciated,
Thanks
DS
As usual making things more complicated than they need be. Timer
Interval set to 1000 and Timer event requeries the listbox. Bingo!
Thanks
DS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top