Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CFileDialog creates problem under unicode standard Pin
m_mun11-Nov-09 4:46
m_mun11-Nov-09 4:46 
AnswerRe: CFileDialog creates problem under unicode standard Pin
m_mun11-Nov-09 4:55
m_mun11-Nov-09 4:55 
GeneralRe: CFileDialog creates problem under unicode standard Pin
David Crow11-Nov-09 5:14
David Crow11-Nov-09 5:14 
QuestionCreating a expert system and need some help please Pin
akshay174111-Nov-09 4:19
akshay174111-Nov-09 4:19 
AnswerRe: Creating a expert system and need some help please Pin
Richard MacCutchan11-Nov-09 7:48
mveRichard MacCutchan11-Nov-09 7:48 
AnswerRe: Creating a expert system and need some help please Pin
Maximilien11-Nov-09 9:44
Maximilien11-Nov-09 9:44 
QuestionIntercepting the TerminateProcess event Pin
Krischu11-Nov-09 4:09
Krischu11-Nov-09 4:09 
AnswerRe: Intercepting the TerminateProcess event Pin
Covean11-Nov-09 4:23
Covean11-Nov-09 4:23 
Have you control about the subprocess?
If so why not use named events?

HANDLE hEvent = CreateEvent(NULL, true, false, "some_silly_name_you_can_refer_to_in_your_processes");

You can use this in your service and your subprocess.
If an event with this name does not exists in the system it will be created, if
it exists, you get the same handle as the first application who called CreateEvent with this
name. Now you can interact with your subprocesses.

Greetings
Covean

GeneralRe: Intercepting the TerminateProcess event Pin
Krischu11-Nov-09 5:50
Krischu11-Nov-09 5:50 
GeneralRe: Intercepting the TerminateProcess event Pin
Covean11-Nov-09 21:19
Covean11-Nov-09 21:19 
GeneralRe: Intercepting the TerminateProcess event Pin
Krischu11-Nov-09 22:02
Krischu11-Nov-09 22:02 
QuestionDetection of USB device connect and discoonect in vc++ DLL Pin
draxayani11-Nov-09 3:40
draxayani11-Nov-09 3:40 
QuestionRe: Detection of USB device connect and discoonect in vc++ DLL Pin
David Crow11-Nov-09 3:58
David Crow11-Nov-09 3:58 
AnswerRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean11-Nov-09 4:11
Covean11-Nov-09 4:11 
AnswerRe: Detection of USB device connect and discoonect in vc++ DLL Pin
David Crow11-Nov-09 4:14
David Crow11-Nov-09 4:14 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean11-Nov-09 4:16
Covean11-Nov-09 4:16 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
draxayani12-Nov-09 1:55
draxayani12-Nov-09 1:55 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
Covean12-Nov-09 2:29
Covean12-Nov-09 2:29 
GeneralRe: Detection of USB device connect and discoonect in vc++ DLL Pin
draxayani12-Nov-09 2:41
draxayani12-Nov-09 2:41 
QuestionHow to know which version of WTL i am having in my machine. [modified] Pin
pandit8411-Nov-09 3:40
pandit8411-Nov-09 3:40 
AnswerRe: How to know which version of WTL i am having in my machine. Pin
Randor 11-Nov-09 9:23
professional Randor 11-Nov-09 9:23 
Questionprogram Pin
singh.niraj40@yahoo.com11-Nov-09 2:40
singh.niraj40@yahoo.com11-Nov-09 2:40 
QuestionRe: program Pin
Maximilien11-Nov-09 3:12
Maximilien11-Nov-09 3:12 
AnswerRe: program Pin
Krischu11-Nov-09 3:21
Krischu11-Nov-09 3:21 
AnswerRe: program Pin
MindCoder7912-Nov-09 19:45
MindCoder7912-Nov-09 19:45 

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.