I want my program to do a search on a database every few minutes to check for something specific and if it's found, then to show a certain form. I have 8 forms in my project and I want the search to be done while any of them is open. How do I program a timer to do that every few minutes?
The first time I want it done is 10 sec after the program is opened, where would I put the timer