Is it possible to use Windows 7 Task scheduler in own application
问题 I'm developing add-on based application. Every add-on use scheduler. Loaded add-on schedule task. My application run only one instance. Sometimes application closed, sometimes running. Therefore i need to use Windows 7 Task scheduler How to use task scheduler on own application? I need create new task from application I need that when task finish, Send message to my application or invoke any function of my application Is it possible? How to do it? 回答1: Check out this project at CodeProject. A