Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CryptEncrypt in UNICODE Pin
Chris Losinger25-Aug-06 4:32
professionalChris Losinger25-Aug-06 4:32 
Questionmemory leak while creating multiple class objects(same class)? Pin
jalsa G25-Aug-06 3:47
jalsa G25-Aug-06 3:47 
AnswerRe: memory leak while creating multiple class objects(same class)? [modified] Pin
Cedric Moonen25-Aug-06 4:12
Cedric Moonen25-Aug-06 4:12 
AnswerRe: memory leak while creating multiple class objects(same class)? Pin
Cedric Moonen25-Aug-06 4:19
Cedric Moonen25-Aug-06 4:19 
Questionhow to end process in task maneger Pin
MikeRT25-Aug-06 3:02
MikeRT25-Aug-06 3:02 
AnswerRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:12
Hamid_RT25-Aug-06 3:12 
GeneralRe: how to end process in task maneger Pin
MikeRT25-Aug-06 3:20
MikeRT25-Aug-06 3:20 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 3:46
Hamid_RT25-Aug-06 3:46 
well you have four ways.
1-see msdn
2-a lot of articles about process
3-an article from Mr David Crow about processes
4-see here
<br />
(1)EnumProcesses(this method retrieve identifier for each process);<br />
<br />
(2)hProcess = OpenProcess(PROCESS_VM_READ | PROCESS_QUERY_INFORMATION, FALSE,process identifier);<br />
<br />
(3)TerminateProcess(hProcess ,0);<br />

I hope its good for youSmile | :)


WhiteSky


GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:15
David Crow25-Aug-06 5:15 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 9:48
Hamid_RT25-Aug-06 9:48 
GeneralRe: how to end process in task maneger Pin
David Crow25-Aug-06 9:59
David Crow25-Aug-06 9:59 
GeneralRe: how to end process in task maneger Pin
Hamid_RT25-Aug-06 10:10
Hamid_RT25-Aug-06 10:10 
AnswerRe: how to end process in task maneger Pin
David Crow25-Aug-06 5:23
David Crow25-Aug-06 5:23 
QuestionPropertySheets Pin
SandhyaSri25-Aug-06 2:47
SandhyaSri25-Aug-06 2:47 
AnswerRe: PropertySheets Pin
David Crow25-Aug-06 2:50
David Crow25-Aug-06 2:50 
AnswerRe: PropertySheets Pin
Zac Howland25-Aug-06 6:54
Zac Howland25-Aug-06 6:54 
QuestionLoading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 1:41
RahulOP25-Aug-06 1:41 
AnswerRe: Loading images on control derived from MCIwnd class Pin
Hamid_RT25-Aug-06 2:24
Hamid_RT25-Aug-06 2:24 
GeneralRe: Loading images on control derived from MCIwnd class Pin
RahulOP25-Aug-06 2:42
RahulOP25-Aug-06 2:42 
GeneralRe: Loading images on control derived from MCIwnd class Pin
Hamid_RT25-Aug-06 3:11
Hamid_RT25-Aug-06 3:11 
QuestionHow to handle VK_TAB virtual key in EditBox. Pin
sheshidar25-Aug-06 1:05
sheshidar25-Aug-06 1:05 
AnswerRe: How to handle VK_TAB virtual key in EditBox. Pin
David Crow25-Aug-06 2:41
David Crow25-Aug-06 2:41 
AnswerRe: How to handle VK_TAB virtual key in EditBox. Pin
Parthi_Appu25-Aug-06 3:09
Parthi_Appu25-Aug-06 3:09 
AnswerRe: How to handle VK_TAB virtual key in EditBox. Pin
Stephen Hewitt26-Aug-06 3:05
Stephen Hewitt26-Aug-06 3:05 
QuestionHow can I get a HBITMAP handle from a CImageList Object? Pin
Tcpip200525-Aug-06 0:55
Tcpip200525-Aug-06 0:55 

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.