Click here to Skip to main content
15,908,909 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a windows application. In my application I configure match time i.e

Match1 7pm to 8pm member1,member2,member3
Match2 8.30pm to 9.30 pm member4,member5

now when system time is 7.10pm then I have to load all members from the configure time. So How can i check? Should I use timer to check in every 5 seconds and load all the members according to configure time.

If you have any other suggestions then let me know.
Posted
Comments
ZurdoDev 26-Feb-14 7:55am    
Yes, a timer is the correct way to go when you need to be checking for things at certain intervals.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900