H have read a lot of articles about creating watchdog in vb.net, however, all are complicated.
What I need is simple and should be as following:
1- Start running once I initiate.
2- Continue running SILENTLY regardless of any other forms events activity (Background running)
3- I can put some statements inside this watchdog to perform such as accessing the database and checking for specific record value X value.
4- I can set a period of time as how frequent it will execute the statements inside it.
5- It can take actions according to the X value retrieved, such as redirecting the user to specific page.
Highly appreciating supporting me for this.
Thanks
Go to the complete details ...