Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Acellerator table problem Pin
Bob Stanneveld6-Apr-04 5:47
Bob Stanneveld6-Apr-04 5:47 
GeneralRe: Acellerator table problem Pin
Mike Dimmick5-Apr-04 23:54
Mike Dimmick5-Apr-04 23:54 
GeneralRe: Acellerator table problem Pin
Bob Stanneveld6-Apr-04 5:16
Bob Stanneveld6-Apr-04 5:16 
Questionhow to make CListCtrl's First column always visual Pin
jingdeyi5-Apr-04 14:35
jingdeyi5-Apr-04 14:35 
AnswerRe: how to make CListCtrl's First column always visual Pin
Milton Karimbekallil5-Apr-04 19:07
Milton Karimbekallil5-Apr-04 19:07 
GeneralRe: how to make CListCtrl's First column always visual Pin
jingdeyi7-Apr-04 14:23
jingdeyi7-Apr-04 14:23 
Generalforcefully close a prog Pin
Anonymous5-Apr-04 14:29
Anonymous5-Apr-04 14:29 
GeneralRe: forcefully close a prog Pin
Milton Karimbekallil5-Apr-04 18:46
Milton Karimbekallil5-Apr-04 18:46 
hi
Call TerminateProcess to terminate a process. This needs the process handle as input. Call OpenProcess to get the process handle. This needs processId as input. Call Process32First and Process32Next to loop thru the running process and to get the ProcessId. Call CreateToolhelp32Snapshot before calling Process32First.

sample code is available on msdn.

rgds..mil10
GeneralC# and C++ Past, Present, Future :: Software Engineer Pin
valikac5-Apr-04 11:33
valikac5-Apr-04 11:33 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
Ian Darling5-Apr-04 12:55
Ian Darling5-Apr-04 12:55 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
valikac5-Apr-04 14:06
valikac5-Apr-04 14:06 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
Anonymous5-Apr-04 23:19
Anonymous5-Apr-04 23:19 
GeneralRe: C# and C++ Past, Present, Future :: Software Engineer Pin
valikac6-Apr-04 6:42
valikac6-Apr-04 6:42 
GeneralVideo RAM Remaining Pin
Blake Miller5-Apr-04 10:51
Blake Miller5-Apr-04 10:51 
GeneralRe: Video RAM Remaining Pin
John M. Drescher5-Apr-04 13:31
John M. Drescher5-Apr-04 13:31 
GeneralRe: Video RAM Remaining Pin
Blake Miller5-Apr-04 13:52
Blake Miller5-Apr-04 13:52 
GeneralRe: Video RAM Remaining Pin
John M. Drescher5-Apr-04 13:51
John M. Drescher5-Apr-04 13:51 
Generalpointers to functions Pin
kfaday5-Apr-04 10:46
kfaday5-Apr-04 10:46 
GeneralRe: pointers to functions Pin
Michael Dunn5-Apr-04 12:26
sitebuilderMichael Dunn5-Apr-04 12:26 
GeneralRe: pointers to functions Pin
kfaday5-Apr-04 14:18
kfaday5-Apr-04 14:18 
GeneralBMP to AVI Pin
waelahmed5-Apr-04 10:11
waelahmed5-Apr-04 10:11 
GeneralCombox in Visual C++ 6.0 Pin
Charlie Curtis5-Apr-04 9:54
Charlie Curtis5-Apr-04 9:54 
GeneralRe: Combox in Visual C++ 6.0 Pin
David Crow5-Apr-04 10:19
David Crow5-Apr-04 10:19 
GeneralRe: Combox in Visual C++ 6.0 Pin
Charlie Curtis5-Apr-04 10:46
Charlie Curtis5-Apr-04 10:46 
GeneralSetFocus problem - Controls don't get highlighted when SetFocus is called Pin
Chulips5-Apr-04 7:54
Chulips5-Apr-04 7:54 

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.