Click to See Complete Forum and Search --> : Calling an Exe
icemanmt78
Jan 3rd, 2001, 09:16 PM
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??
tumblingdown
Jan 4th, 2001, 01:37 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.