Click here to Skip to main content
15,889,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Video RAM Usage Indicator Pin
Blake Miller16-Aug-05 5:18
Blake Miller16-Aug-05 5:18 
Generalmp3 streaming Pin
sebinfrancis15-Aug-05 23:45
sebinfrancis15-Aug-05 23:45 
GeneralProblem with serialization Pin
heavenode15-Aug-05 23:40
heavenode15-Aug-05 23:40 
GeneralRe: Problem with serialization Pin
Trollslayer16-Aug-05 1:26
mentorTrollslayer16-Aug-05 1:26 
GeneralRe: Problem with serialization Pin
heavenode16-Aug-05 1:44
heavenode16-Aug-05 1:44 
GeneralRe: Problem with serialization Pin
Ravi Bhavnani16-Aug-05 4:34
professionalRavi Bhavnani16-Aug-05 4:34 
QuestionTerminate an exe from another exe ? Pin
Amarelia15-Aug-05 23:40
Amarelia15-Aug-05 23:40 
AnswerRe: Terminate an exe from another exe ? Pin
mark novak16-Aug-05 0:32
mark novak16-Aug-05 0:32 
You could use CreateProcess() and TerminateProcess(), however TerminateProcess() ends a program so abruptly that some applications don't handle it well, it doesn't give them time to save their settings or other exit code. I'd recommend using FindWindowEx() and sending a WM_CLOSE to the main window.
GeneralRe: Terminate an exe from another exe ? Pin
Trollslayer16-Aug-05 1:27
mentorTrollslayer16-Aug-05 1:27 
GeneralRe: Terminate an exe from another exe ? Pin
David Crow16-Aug-05 4:17
David Crow16-Aug-05 4:17 
GeneralRe: Terminate an exe from another exe ? Pin
Trollslayer16-Aug-05 7:56
mentorTrollslayer16-Aug-05 7:56 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:12
Amarelia16-Aug-05 18:12 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:13
Amarelia16-Aug-05 18:13 
AnswerRe: Terminate an exe from another exe ? Pin
David Crow16-Aug-05 4:09
David Crow16-Aug-05 4:09 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:11
Amarelia16-Aug-05 18:11 
GeneralRe: Terminate an exe from another exe ? Pin
David Crow17-Aug-05 2:08
David Crow17-Aug-05 2:08 
GeneralChecking the type of mouse in Win32 Pin
SanjaySMK15-Aug-05 23:36
SanjaySMK15-Aug-05 23:36 
GeneralRe: Checking the type of mouse in Win32 Pin
mark novak16-Aug-05 0:27
mark novak16-Aug-05 0:27 
QuestionHow to set image DPI Pin
a_du15-Aug-05 23:28
a_du15-Aug-05 23:28 
AnswerRe: How to set image DPI Pin
Chris Losinger16-Aug-05 4:00
professionalChris Losinger16-Aug-05 4:00 
GeneralProblem with list control Pin
zhaopi15-Aug-05 22:26
zhaopi15-Aug-05 22:26 
GeneralRe: Problem with list control Pin
Rage15-Aug-05 23:16
professionalRage15-Aug-05 23:16 
GeneralRe: Problem with list control Pin
Rage15-Aug-05 23:32
professionalRage15-Aug-05 23:32 
GeneralRe: Problem with list control Pin
zhaopi16-Aug-05 0:42
zhaopi16-Aug-05 0:42 
GeneralRe: Problem with list control Pin
Rage16-Aug-05 2:38
professionalRage16-Aug-05 2:38 

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.