How to control a process execution?

A

Alok Gupta

Hi There,

I want to develop a small software which can control process execution
as AntiVirus does. That is as soon as any process start execution/
started /executed , my software will put this process in hanging and
display the process information on screen with option to kill it or
allow the execution.

I shall be thankful to you if you can help me in this.

Thanks & Best Regards,
Akg
 
R

red floyd

Alok said:
Hi There,

I want to develop a small software which can control process execution
as AntiVirus does. That is as soon as any process start execution/
started /executed , my software will put this process in hanging and
display the process information on screen with option to kill it or
allow the execution.

Your question is by nature application specific, and as such does not
belong in comp.lang.c++. Note that comp.lang.c++ is removed from
replied-to groups.
 
S

santosh

Alok said:
Hi There,

I want to develop a small software which can control process execution
as AntiVirus does. That is as soon as any process start execution/
started /executed , my software will put this process in hanging and
display the process information on screen with option to kill it or
allow the execution.

I shall be thankful to you if you can help me in this.

This group discusses ISO C which has no concept of multiple processes,
let alone controlling them. What you're trying to do is deeply OS
specific. Post to a group that is devoted to your platform like
comp.os.ms-windows.programmer.win32 or comp.unix.programmer etc.
 
C

CBFalconer

Alok said:
I want to develop a small software which can control process
execution as AntiVirus does. That is as soon as any process
start execution/ started /executed , my software will put this
process in hanging and display the process information on
screen with option to kill it or allow the execution.

You are off-topic in comp.lang.*. You are also incoherent.
Follow-ups set.

Please observe topicality in cross-posts, and set follow-ups to a
single news-group.
 
D

David T. Ashley

Alok Gupta said:
Hi There,

I want to develop a small software which can control process execution
as AntiVirus does. That is as soon as any process start execution/
started /executed , my software will put this process in hanging and
display the process information on screen with option to kill it or
allow the execution.

I shall be thankful to you if you can help me in this.

a)First, wrong newsgroup. There is a newsgroup somewhere out there for
Windows programming -- I think it has Win32 in the name.

b)Second, the classic beginning reference on Windows programming (if you
don't have it already) is the book by Charles Petzold. That may get you
started. I don't know what is the standard recommending reading after that.

c)Third, it is my understanding that the entire Windows API is on
Microsoft's site. I understand the API has grown quite large over time --
something like 3,300 different calls into the operating system are possible.
But Microsoft's site may be of some help.

Advice above offered without warranty.

Most important point: wrong newsgroup!
 
A

AliR \(VC++ MVP\)

Lane Straatman said:
CBFalconer said:
Alok Gupta wrote: [whatever]
You are off-topic in comp.lang.*. You are also incoherent.
Follow-ups set.

Please observe topicality in cross-posts, and set follow-ups to a
single news-group.


If OP is MS MVP, then I'm the queen of england. LS

Lane your majesty, you are a comic genius.

So the poor guy made a mistake, how is all this cross posting helping him
understand that he shouldn't cross post. I made a mistake of hitting reply
without looking at the newsgroup list.

AliR.
 

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

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top