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

C / C++ / MFC

 
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 
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 
Well... What I have is a listbox. Each line in the file is a line in the listbox.

For my purposes, this is what I'm doing...

CStdioFile MyFile;
CListBox MyListbox;
MyFile.ReadSrting(String);
MyListBox::AddString(String);

Thats in a loop until EOF is reached. If I could do this directly from the resource, that would be great.

Thanks for the reply.
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 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:41
professionalRavi Bhavnani26-Oct-03 6:41 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:44
IGx8926-Oct-03 6:44 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:49
professionalRavi Bhavnani26-Oct-03 6:49 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 10:13
IGx8926-Oct-03 10:13 
Generalselect() Pin
Alexander M.,25-Oct-03 13:37
Alexander M.,25-Oct-03 13:37 
GeneralRe: select() Pin
Johnny ²25-Oct-03 21:43
Johnny ²25-Oct-03 21:43 

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.