I wrote an app that requires that a service has already started before it can start.
How can I make my app wait for the service to finish initalizing before it attempts to load?
the service name is
"Dialogic System Service"
its processes
dlgc_srv.exe
( I am figuring I can monitor the process to see if it exists some how)




Reply With Quote