ListView item and Elapse time

Iniciado por ntaryl, 17 Febrero 2010, 23:42 PM

0 Miembros y 1 Visitante están viendo este tema.

ntaryl

Good  morning   
I have a listview in a form
Want to put in  listview  item  a counter and  count the  elapse time  .For example
when few data  arrive  in listview  then  start the  counter and  show me the  elapse time (12 sec)
thanks for the time   
have a good  time


seba123neo

Hi, ntaryl, you can use the api timeGetTime, for example:

Api TimeGetTime

or you can use the GetTickCount api that it also serves to count elapsed time of a process.

Greetings.

PD:si entendio esto me hago mago... :xD
La característica extraordinaria de las leyes de la física es que se aplican en todos lados, sea que tú elijas o no creer en ellas. Lo bueno de las ciencias es que siempre tienen la verdad, quieras creerla o no.

Neil deGrasse Tyson

ntaryl

Thanks  man  for  the  answer   
I make a small  example  and  put  a listview .add a timer and  use the 

Format(TimeSerial(0, 0, CInt(Timer - mStart)), "hh:nn:ss")

Take the  elapse time   
the  problem  is when add a iten  in the listview  everything  go  fine 
the  second  and  the  other  not  run  show  me the  elapse  time  like  the  first item   
attach the  code   
http://www.2shared.com/file/11512560/ac129cba/test-proxy-list.html