Easy way to convert an app to a WindowsService?

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I'm just a boatload of questions today...

I've got my app working the way I want. Right now, I have a shortcut in
AllUsers\Startup so it starts up Minimized to the tray automatically when
any user logs on.

Is there a quick & easy way to make it a WindowsService instead? Or do I
gotta write that from scratch?
 
If you are using Visual Studio, under Visual Basic Projects, there is an
option to create a Windows Service. Assuming the application doesn't have
an interface, it shouldn't be too difficult.
 

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

Back
Top