G
Guest
Is there a way to run an application in the background other than through a
service.
As I understand it when creating a service it is best practice not have any
kind of user interface. My application doesn't need an interface all the
time, but it does need it periodically. This is why a want to do something
other than a service.
Can I inherit a class from a System.Diagnostics.Process class? If so, how
do I make the Main() function to start it?
thanks in advance,
ed
service.
As I understand it when creating a service it is best practice not have any
kind of user interface. My application doesn't need an interface all the
time, but it does need it periodically. This is why a want to do something
other than a service.
Can I inherit a class from a System.Diagnostics.Process class? If so, how
do I make the Main() function to start it?
thanks in advance,
ed