g.*******@gmail.com wrote:
I want to make an application in C (windows ) using Visual c++ 6.0
which runs in background. What do i need to do for it. There is no user
input in the application .
Standard C knows nothing about "running in the background" so you need
to ask in a group that deals with Visual Studio.
<OT>
You also need to decide on whether you want the program installed as a
service controlled by the service manager (which requires using Windows
extensions) and if not how you want the user to start/stop the
application. I for one don't like applications where the only way of
stopping them is opening the task manager and killing them.
</OT>
--
Flash Gordon, living in interesting times.
Web site -
http://home.flash-gordon.me.uk/
comp.lang.c posting guidelines and intro:
http://clc-wiki.net/wiki/Intro_to_clc