Click here to Skip to main content
15,887,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDeadlock occurs in Function Scoped Static variables (Thread Unsafe in VC++) Pin
Mohammed_Irfan26-Feb-10 2:52
Mohammed_Irfan26-Feb-10 2:52 
AnswerRe: Deadlock occurs in Function Scoped Static variables (Thread Unsafe in VC++) Pin
Avi Berger26-Feb-10 5:20
Avi Berger26-Feb-10 5:20 
GeneralRe: Deadlock occurs in Function Scoped Static variables (Thread Unsafe in VC++) Pin
Mohammed_Irfan28-Feb-10 22:06
Mohammed_Irfan28-Feb-10 22:06 
QuestionKilling a process by name Pin
transoft26-Feb-10 2:21
transoft26-Feb-10 2:21 
AnswerRe: Killing a process by name Pin
Eugen Podsypalnikov26-Feb-10 2:35
Eugen Podsypalnikov26-Feb-10 2:35 
AnswerRe: Killing a process by name Pin
Maximilien26-Feb-10 2:40
Maximilien26-Feb-10 2:40 
AnswerRe: Killing a process by name Pin
wangningyu26-Feb-10 20:22
wangningyu26-Feb-10 20:22 
AnswerRe: Killing a process by name Pin
Bram van Kampen26-Feb-10 21:41
Bram van Kampen26-Feb-10 21:41 
Well, Three answers, two using TerminateProcess, one using PostMessage. The latterone may not terminate, the former one can leave DLL's in an indeterminate state. Why not do as Microsoft does: Try Post Message, run a Progress Dialog for say 30 Seconds to see does it terminate, and if it does not, use TerminateProcess().

If the apps you want to terminate are all your own, you can include a special Message Handler for your own windows message: WM_TERMINATE_MY_PROCESSES, and post them to your apps.

Regards,
Smile | :)
Bram van Kampen

QuestionBUG IN C (LINKED LIST CODE).......please Help me Pin
sarojbobby26-Feb-10 1:59
sarojbobby26-Feb-10 1:59 
AnswerRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Cedric Moonen26-Feb-10 2:05
Cedric Moonen26-Feb-10 2:05 
JokeRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Nelek26-Feb-10 3:03
protectorNelek26-Feb-10 3:03 
JokeRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Cedric Moonen26-Feb-10 3:13
Cedric Moonen26-Feb-10 3:13 
JokeRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Nelek26-Feb-10 3:20
protectorNelek26-Feb-10 3:20 
GeneralRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Cedric Moonen26-Feb-10 3:46
Cedric Moonen26-Feb-10 3:46 
JokeRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Nelek26-Feb-10 3:56
protectorNelek26-Feb-10 3:56 
GeneralRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
CPallini26-Feb-10 6:02
mveCPallini26-Feb-10 6:02 
AnswerRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
CPallini26-Feb-10 2:08
mveCPallini26-Feb-10 2:08 
AnswerRe: BUG IN C (LINKED LIST CODE).......please Help me Pin
Avi Berger26-Feb-10 7:02
Avi Berger26-Feb-10 7:02 
QuestionDrag Drop from .net application to outside it Pin
Aseem Sharma26-Feb-10 1:56
Aseem Sharma26-Feb-10 1:56 
QuestionAvoiding "auto-select" in editable combobox Pin
Code-o-mat25-Feb-10 23:46
Code-o-mat25-Feb-10 23:46 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov25-Feb-10 23:57
Eugen Podsypalnikov25-Feb-10 23:57 
GeneralRe: Avoiding "auto-select" in editable combobox Pin
Code-o-mat26-Feb-10 0:34
Code-o-mat26-Feb-10 0:34 
GeneralRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov26-Feb-10 1:32
Eugen Podsypalnikov26-Feb-10 1:32 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
Eugen Podsypalnikov26-Feb-10 1:51
Eugen Podsypalnikov26-Feb-10 1:51 
AnswerRe: Avoiding "auto-select" in editable combobox Pin
SandipG 26-Feb-10 1:59
SandipG 26-Feb-10 1:59 

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.