I have written an active x exe that checks the system clock and refers this against a setting in the registry. How do i get this app to raise and event to Start another standard EXE when a specific time is reached??
Printable View
I have written an active x exe that checks the system clock and refers this against a setting in the registry. How do i get this app to raise and event to Start another standard EXE when a specific time is reached??
when you say raise an event, who (what) do you want the event to be raised to? If you just want to run an app when your specicfied condition is met, then you could either shell out or use api calls to start your process (other exe). You can make this configurable from outside the aX exe.
i.e. your aX exe has a property call RunExePath that is the path to the exe you wish to run when whatever criteria is met.
td.