Stark
2010-10-07 09:36:32 UTC
I need a program that does the following:
At Windows start, checks if conditions are met for some alarm to be issued.
If conditions are not met, the program is terminated (and the user will not
see it). Otherwise, the user is offered an option to open a second program
to handle some tasks. In any case the first program should be terminated.
Is it possible to do this ? I have doubts on several points:
1-The first program is possibly a windowless programm. Only if conditions
are met a window is needed. How do I do this?
2-The second program may be launched by the first. Does this mean that the
first is kept opne until the second is closed? Or there is a way to
terminate the first program before starting execution of the second ?
At Windows start, checks if conditions are met for some alarm to be issued.
If conditions are not met, the program is terminated (and the user will not
see it). Otherwise, the user is offered an option to open a second program
to handle some tasks. In any case the first program should be terminated.
Is it possible to do this ? I have doubts on several points:
1-The first program is possibly a windowless programm. Only if conditions
are met a window is needed. How do I do this?
2-The second program may be launched by the first. Does this mean that the
first is kept opne until the second is closed? Or there is a way to
terminate the first program before starting execution of the second ?