Running a process in Background

G

g.ankush1

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 .
 
F

Flash Gordon

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>
 
V

Vladimir S. Oka

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 .

You should ask in one of the M$ groups. It is off-topic here.
 
P

Pedro Graca

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 .

You can't do it in Standard C, which is what we discuss here.
Standard C knows nothing of windows, Visual c++, or background.
I suggest you ask in a Windows group.

<OT>
Can't you just minimize the window your application runs within?
</OT>
 
D

dilabox

how about simply not creating a window. there will be no evidence of
your program running, apart from the process in the task manager.
 

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

Members online

No members online now.

Forum statistics

Threads
474,176
Messages
2,570,950
Members
47,503
Latest member
supremedee

Latest Threads

Top