Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to call a menu by clicking a button from a dialog? Pin
Roger Allen11-Mar-04 4:58
Roger Allen11-Mar-04 4:58 
GeneralParsing CString Pin
Caoimh11-Mar-04 0:46
Caoimh11-Mar-04 0:46 
GeneralRe: Parsing CString Pin
Robert A. T. Káldy11-Mar-04 1:00
Robert A. T. Káldy11-Mar-04 1:00 
GeneralRe: Parsing CString Pin
David Crow11-Mar-04 2:38
David Crow11-Mar-04 2:38 
GeneralTerminateProcess w2k and xp! Pin
ceuba11-Mar-04 0:46
ceuba11-Mar-04 0:46 
GeneralRe: TerminateProcess w2k and xp! Pin
Tomasz Sowinski11-Mar-04 3:06
Tomasz Sowinski11-Mar-04 3:06 
GeneralRe: TerminateProcess w2k and xp! Pin
ceuba11-Mar-04 3:33
ceuba11-Mar-04 3:33 
GeneralRe: TerminateProcess w2k and xp! Pin
Tomasz Sowinski11-Mar-04 3:46
Tomasz Sowinski11-Mar-04 3:46 
ceuba wrote:
When i alredy had terminated the programm b.exe and it doesn't exist in the tast-manager. I do step 2 and the handle is alawy not NULL. But i see this effect only in XP. W2k show me NULL and I can start b.exe with createprocess.

The process ID may be reused, so maybe you're getting the handle for other process? Anyway, since you're calling CreateProcess yourself, why don't you use another thread and WaitForSingleObject?

Tomasz Sowinski -- http://www.shooltz.com
GeneralConvert CString to Unsigned Long Pin
Caoimh11-Mar-04 0:41
Caoimh11-Mar-04 0:41 
GeneralRe: Convert CString to Unsigned Long Pin
toxcct11-Mar-04 0:46
toxcct11-Mar-04 0:46 
GeneralRe: Convert CString to Unsigned Long Pin
David Crow11-Mar-04 2:39
David Crow11-Mar-04 2:39 
GeneralRe: Convert CString to Unsigned Long Pin
Steve S11-Mar-04 2:52
Steve S11-Mar-04 2:52 
GeneralRe: Convert CString to Unsigned Long Pin
Michael Haephrati12-Apr-15 9:39
professionalMichael Haephrati12-Apr-15 9:39 
Questionmust I port time critical code from Visual C++ 6.0 to 7.0 ? Pin
GuimaSun11-Mar-04 0:30
GuimaSun11-Mar-04 0:30 
AnswerRe: must I port time critical code from Visual C++ 6.0 to 7.0 ? Pin
Tomasz Sowinski11-Mar-04 2:54
Tomasz Sowinski11-Mar-04 2:54 
Generalsolve expression Pin
Member 169706311-Mar-04 0:25
Member 169706311-Mar-04 0:25 
GeneralRe: solve expression Pin
Prakash Nadar11-Mar-04 0:38
Prakash Nadar11-Mar-04 0:38 
GeneralRe: solve expression Pin
Robert A. T. Káldy11-Mar-04 0:56
Robert A. T. Káldy11-Mar-04 0:56 
GeneralRe: solve expression Pin
David Crow11-Mar-04 2:51
David Crow11-Mar-04 2:51 
GeneralConverting To Pixels Pin
Pazzuzu10-Mar-04 23:43
Pazzuzu10-Mar-04 23:43 
GeneralRe: Converting To Pixels Pin
Robert A. T. Káldy11-Mar-04 0:08
Robert A. T. Káldy11-Mar-04 0:08 
GeneralRe: Converting To Pixels Pin
Pazzuzu11-Mar-04 1:28
Pazzuzu11-Mar-04 1:28 
GeneralStoring the visual representation in a document Pin
mymauve2110-Mar-04 23:03
mymauve2110-Mar-04 23:03 
GeneralStoring the visual representation in a document Pin
mymauve2110-Mar-04 23:02
mymauve2110-Mar-04 23:02 
GeneralRe: Storing the visual representation in a document Pin
David Crow11-Mar-04 2:53
David Crow11-Mar-04 2:53 

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.