Click here to Skip to main content
15,892,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vc++6.0 call Web Service(written by Vc++.net--> ATL)???? Pin
Anthony_Yio5-Apr-06 20:14
Anthony_Yio5-Apr-06 20:14 
Questionsystem process Pin
gamitech5-Apr-06 13:08
gamitech5-Apr-06 13:08 
AnswerRe: system process Pin
Hamid_RT5-Apr-06 19:11
Hamid_RT5-Apr-06 19:11 
QuestionDialogBox - OnIntiDialog Question Pin
JBAK_CP5-Apr-06 12:54
JBAK_CP5-Apr-06 12:54 
AnswerRe: DialogBox - OnIntiDialog Question Pin
Blake Miller5-Apr-06 13:03
Blake Miller5-Apr-06 13:03 
GeneralRe: DialogBox - OnIntiDialog Question Pin
JBAK_CP5-Apr-06 13:28
JBAK_CP5-Apr-06 13:28 
QuestionHow can I kill a Process?? Pin
pavanbabut5-Apr-06 11:43
pavanbabut5-Apr-06 11:43 
AnswerRe: How can I kill a Process?? Pin
gamitech5-Apr-06 13:00
gamitech5-Apr-06 13:00 
well
you should do it with terminate process
but when opening the process and obtaining the handle you should open it without inheritting from parrent.
OpenProcess(
DWORD dwDesiredAccess,
BOOL bInheritHandle,
DWORD dwProcessId
);
DediredAccess should be PROCESS_TERMINATE
and bInheritHandle should be FALSE

Then terminateprocess should do the job easily;


gabby
GeneralRe: How can I kill a Process?? Pin
pavanbabut5-Apr-06 13:34
pavanbabut5-Apr-06 13:34 
AnswerRe: How can I kill a Process?? Pin
Stephen Hewitt5-Apr-06 14:00
Stephen Hewitt5-Apr-06 14:00 
GeneralRe: How can I kill a Process?? Pin
pavanbabut5-Apr-06 15:11
pavanbabut5-Apr-06 15:11 
AnswerRe: How can I kill a Process?? Pin
Hamid_RT5-Apr-06 18:45
Hamid_RT5-Apr-06 18:45 
QuestionList box Help Pin
celllllllll5-Apr-06 11:39
celllllllll5-Apr-06 11:39 
AnswerRe: List box Help Pin
thatsme_cool5-Apr-06 18:54
thatsme_cool5-Apr-06 18:54 
AnswerRe: List box Help Pin
Nibu babu thomas5-Apr-06 18:56
Nibu babu thomas5-Apr-06 18:56 
QuestionSendInput to Inactive Windows Possible? Pin
Coxen5-Apr-06 11:34
Coxen5-Apr-06 11:34 
AnswerRe: SendInput to Inactive Windows Possible? Pin
Ryan Binns5-Apr-06 18:37
Ryan Binns5-Apr-06 18:37 
QuestionMaintaining program control while in a loop... Pin
aquawicket5-Apr-06 11:25
aquawicket5-Apr-06 11:25 
AnswerRe: Maintaining program control while in a loop... Pin
Blake Miller5-Apr-06 13:04
Blake Miller5-Apr-06 13:04 
GeneralRe: Maintaining program control while in a loop... Pin
aquawicket6-Apr-06 9:50
aquawicket6-Apr-06 9:50 
GeneralRe: Maintaining program control while in a loop... Pin
Blake Miller6-Apr-06 10:49
Blake Miller6-Apr-06 10:49 
GeneralThanks :) Pin
aquawicket6-Apr-06 11:42
aquawicket6-Apr-06 11:42 
QuestionError R6034: XP Manifest w/ CreateProcess() Pin
fire fly5-Apr-06 10:22
fire fly5-Apr-06 10:22 
QuestionRe: Error R6034: XP Manifest w/ CreateProcess() Pin
David Crow5-Apr-06 10:38
David Crow5-Apr-06 10:38 
AnswerRe: Error R6034: XP Manifest w/ CreateProcess() Pin
fire fly5-Apr-06 15:23
fire fly5-Apr-06 15:23 

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.