T
TampaWebDevelopment
I have a Windows service that I have created. That service spins
through the processes, looking to see if a certain application is
running. If it is not, it starts it. The problem that I am having is
that the application is not being started on the console, thus the
user can not interact with it.
So, can I tell the Process.Start method to start it on the console?
Or, do I need to have my service running on the console/interact with
the desktop?
The service is a FTP backup tool. Within the service, I look to see if
the client GUI application is running. If it isn't, I want it running.
I minimize it to the tray.
through the processes, looking to see if a certain application is
running. If it is not, it starts it. The problem that I am having is
that the application is not being started on the console, thus the
user can not interact with it.
So, can I tell the Process.Start method to start it on the console?
Or, do I need to have my service running on the console/interact with
the desktop?
The service is a FTP backup tool. Within the service, I look to see if
the client GUI application is running. If it isn't, I want it running.
I minimize it to the tray.