Console application

V

VJ

Hi

I have a console application and would like to run that as a service or
Background process... How can I do that?

VJ
 
L

Lloyd Dupont

read the documentation about Service!

basically you have to inherit the service class and implement the run method
 
L

Lau Lei Cheong

Create the service project and set it's target to console application.

I read a sample project for this one from "CodeGuru" or "CodeProject" I
can't remember, but you can try to find it and have a look.
 

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