Run as a service

T

Terry Olsen

I'm creating a dynamic dns update client as a windows forms application. I'd
like to have an option to "run as a service" or just run it as a Windows
Forms app. Is this possible with a single executable file? Are there any
examples on how to accomplish this if it is indeed possible? Or are two
executables required (a front end and a service)?

Thanks.
 
G

Guest

I'm creating a dynamic dns update client as a windows forms
application. I'd like to have an option to "run as a service" or just
run it as a Windows Forms app. Is this possible with a single
executable file? Are there any examples on how to accomplish this if
it is indeed possible? Or are two executables required (a front end
and a service)?

If you run as service, how are you going to configure it?

It's best to have a service component and a front end.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top