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

C / C++ / MFC

 
AnswerRe: how to detect when an app is invoked from another running application Pin
igor196026-Oct-03 10:02
igor196026-Oct-03 10:02 
GeneralToggling the password style in an edit box Pin
Michael Dunn25-Oct-03 17:56
sitebuilderMichael Dunn25-Oct-03 17:56 
GeneralRe: Toggling the password style in an edit box Pin
Gary R. Wheeler26-Oct-03 6:43
Gary R. Wheeler26-Oct-03 6:43 
GeneralRe: Toggling the password style in an edit box Pin
Michael Dunn26-Oct-03 6:54
sitebuilderMichael Dunn26-Oct-03 6:54 
GeneralRe: Toggling the password style in an edit box Pin
igor196026-Oct-03 10:08
igor196026-Oct-03 10:08 
GeneralRe: Toggling the password style in an edit box Pin
Michael Dunn26-Oct-03 20:19
sitebuilderMichael Dunn26-Oct-03 20:19 
QuestionHow to kill a process by its processID? Pin
George225-Oct-03 17:18
George225-Oct-03 17:18 
AnswerRe: How to kill a process by its processID? Pin
Michael Dunn25-Oct-03 17:36
sitebuilderMichael Dunn25-Oct-03 17:36 
HANDLE h = OpenProcess ( PROCESS_TERMINATE, FALSE, process_id );
TerminateProcess ( h, 0 );


--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber
If my rhyme was a drug, I'd sell it by the gram.
GeneralRe: How to kill a process by its processID? Pin
George225-Oct-03 23:11
George225-Oct-03 23:11 
AnswerRe: How to kill a process by its processID? Pin
Carlos Antollini25-Oct-03 17:45
Carlos Antollini25-Oct-03 17:45 
GeneralRe: How to kill a process by its processID? Pin
George225-Oct-03 23:13
George225-Oct-03 23:13 
GeneralResources Pin
Daniel132425-Oct-03 17:12
Daniel132425-Oct-03 17:12 
GeneralRe: Resources Pin
Terry O'Nolley25-Oct-03 17:48
Terry O'Nolley25-Oct-03 17:48 
GeneralRe: Resources Pin
Daniel132425-Oct-03 17:53
Daniel132425-Oct-03 17:53 
GeneralRe: Resources Pin
Terry O'Nolley25-Oct-03 18:04
Terry O'Nolley25-Oct-03 18:04 
GeneralRe: Resources Pin
Daniel132425-Oct-03 18:14
Daniel132425-Oct-03 18:14 
GeneralRe: Resources Pin
Roger Allen27-Oct-03 2:46
Roger Allen27-Oct-03 2:46 
GeneralRe: Resources Pin
Daniel132427-Oct-03 7:31
Daniel132427-Oct-03 7:31 
Questionhow to add dynamically to Combo Box Pin
mr200325-Oct-03 15:46
mr200325-Oct-03 15:46 
AnswerRe: how to add dynamically to Combo Box Pin
Ravi Bhavnani25-Oct-03 17:34
professionalRavi Bhavnani25-Oct-03 17:34 
AnswerRe: how to add dynamically to Combo Box Pin
Michael Dunn25-Oct-03 17:34
sitebuilderMichael Dunn25-Oct-03 17:34 
AnswerRe: how to add dynamically to Combo Box Pin
Terry O'Nolley25-Oct-03 17:53
Terry O'Nolley25-Oct-03 17:53 
GeneralMaking video slider using Win32 Pin
IGx8925-Oct-03 13:45
IGx8925-Oct-03 13:45 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani25-Oct-03 17:29
professionalRavi Bhavnani25-Oct-03 17:29 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:33
IGx8926-Oct-03 6:33 

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.