C# how to use timer ?

Posted by Meko on Stack Overflow See other posts from Stack Overflow or by Meko
Published on 2010-04-19T22:23:58Z Indexed on 2010/04/19 22:33 UTC
Read the original article Hit count: 347

Filed under:
|
|

Hi. I made a student check_list program thats using bluetooth adapter searches students cell phones bluetooth and checks that are they present or not and saves students informtion with date in table on data base.all them works gereat.But I want to make it automatic that I will put my program on some computer like works as an server and program will make search every lessons start time like 08.30 , 10.25 ...

My question is how to use timer? I know how to use timer but How can I use it on every lessons start time?I have table that includes start time of lessons. Also am I have to stop timer after search ends?And If I stop timer could I re-run timer againg?

And one additional question that how can I track that new students come or some body left class room?

© Stack Overflow or respective owner

Related posts about c#

Related posts about timer