Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: a star algorithm Pin
Maximilien24-Apr-07 2:25
Maximilien24-Apr-07 2:25 
AnswerRe: a star algorithm Pin
s chiddarwar24-Apr-07 5:07
s chiddarwar24-Apr-07 5:07 
AnswerRe: a star algorithm Pin
kakan24-Apr-07 2:37
professionalkakan24-Apr-07 2:37 
GeneralRe: a star algorithm Pin
s chiddarwar24-Apr-07 5:06
s chiddarwar24-Apr-07 5:06 
GeneralRe: a star algorithm Pin
kakan24-Apr-07 19:59
professionalkakan24-Apr-07 19:59 
AnswerRe: a star algorithm [modified] Pin
s chiddarwar25-Apr-07 23:37
s chiddarwar25-Apr-07 23:37 
GeneralRe: a star algorithm Pin
paul33333-Mar-10 2:07
paul33333-Mar-10 2:07 
QuestionProcesses creatation and termination notifications monitoring Pin
Lepon2k24-Apr-07 0:19
Lepon2k24-Apr-07 0:19 
Hey,

I am trying to write a program that will run on about 40 computers at my work to monitor the processes. The way I would like to do it is run a small program in the background that receives notifications events from the kernel every time a process is created or terminated and then reports the information to a server computer. I am able to handle the communication with the server fine, but the receive notification events is causing me a bit of trouble. I have been trying to use http://www.codeproject.com/threads/procmon.asp <-- this example to do just that but it does not always report the process name, sometimes only the process id. If anyone is able to give me an example that works or point me in the write direction would be great.

Thanks in advance Smile | :)

Lepon Big Grin | :-D
Questiondon't send error Pin
neha.agarwal2724-Apr-07 0:09
neha.agarwal2724-Apr-07 0:09 
AnswerRe: don't send error Pin
prasad_som24-Apr-07 0:20
prasad_som24-Apr-07 0:20 
AnswerRe: don't send error Pin
kakan24-Apr-07 0:24
professionalkakan24-Apr-07 0:24 
AnswerRe: don't send error Pin
_AnsHUMAN_ 24-Apr-07 0:45
_AnsHUMAN_ 24-Apr-07 0:45 
AnswerRe: don't send error Pin
Nibu babu thomas24-Apr-07 1:43
Nibu babu thomas24-Apr-07 1:43 
QuestionHow to call Jar files from Visual C++ Pin
Nikhil Trivedi23-Apr-07 23:46
Nikhil Trivedi23-Apr-07 23:46 
AnswerRe: How to call Jar files from Visual C++ Pin
George L. Jackson24-Apr-07 0:19
George L. Jackson24-Apr-07 0:19 
GeneralRe: How to call Jar files from Visual C++ Pin
Nikhil Trivedi24-Apr-07 0:37
Nikhil Trivedi24-Apr-07 0:37 
AnswerRe: How to call Jar files from Visual C++ Pin
Nibu babu thomas24-Apr-07 0:21
Nibu babu thomas24-Apr-07 0:21 
GeneralRe: How to call Jar files from Visual C++ Pin
Nikhil Trivedi24-Apr-07 0:32
Nikhil Trivedi24-Apr-07 0:32 
GeneralRe: How to call Jar files from Visual C++ Pin
Nibu babu thomas24-Apr-07 0:37
Nibu babu thomas24-Apr-07 0:37 
GeneralRe: How to call Jar files from Visual C++ Pin
Nikhil Trivedi24-Apr-07 0:43
Nikhil Trivedi24-Apr-07 0:43 
GeneralRe: How to call Jar files from Visual C++ Pin
Nibu babu thomas24-Apr-07 0:45
Nibu babu thomas24-Apr-07 0:45 
GeneralRe: How to call Jar files from Visual C++ Pin
Nikhil Trivedi24-Apr-07 3:46
Nikhil Trivedi24-Apr-07 3:46 
QuestionRe: How to call Jar files from Visual C++ Pin
David Crow24-Apr-07 4:37
David Crow24-Apr-07 4:37 
AnswerRe: How to call Jar files from Visual C++ Pin
Nikhil Trivedi24-Apr-07 18:36
Nikhil Trivedi24-Apr-07 18:36 
GeneralRe: How to call Jar files from Visual C++ Pin
David Crow25-Apr-07 2:22
David Crow25-Apr-07 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.