Click here to Skip to main content
15,889,728 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Finding a lib's reference in the solution Pin
-Dy16-Sep-05 5:58
-Dy16-Sep-05 5:58 
QuestionFading black the screen Pin
hkulten16-Sep-05 5:13
hkulten16-Sep-05 5:13 
AnswerRe: Fading black the screen Pin
Ravi Bhavnani16-Sep-05 5:19
professionalRavi Bhavnani16-Sep-05 5:19 
GeneralRe: Fading black the screen Pin
hkulten19-Sep-05 0:10
hkulten19-Sep-05 0:10 
QuestionFind unused source code using the debugger Pin
Florian Storck16-Sep-05 4:35
Florian Storck16-Sep-05 4:35 
AnswerRe: Find unused source code using the debugger Pin
Alexander M.,17-Sep-05 11:55
Alexander M.,17-Sep-05 11:55 
GeneralRe: Find unused source code using the debugger Pin
Florian Storck17-Sep-05 12:30
Florian Storck17-Sep-05 12:30 
QuestionStatus of process (Actif or not) Pin
j_s_lacroix16-Sep-05 3:08
j_s_lacroix16-Sep-05 3:08 
Hi, I need to know the status of a process? I launch a simulation programm that runs about 1 minute. During that time, I must find a way to question the process to know if it's actif or not. I know that I can use WaitForSingleObject(process, INFINITE); to wait until it's finish, but for some personnal reason, I can't use it for my project.

How can I find the status of a process? I would like to have a function like GetStatus(process, ID) of somme sort. True if it'a still actif and false if finish!


HANDLE process;

process=launchViaShellExecute(path,CommandDOS);

//GetStatus(process) (Actif or not)

Thanks
JS
AnswerRe: Status of process (Actif or not) Pin
Blake Miller16-Sep-05 4:33
Blake Miller16-Sep-05 4:33 
GeneralRe: Status of process (Actif or not) Pin
Matt Godbolt16-Sep-05 5:15
Matt Godbolt16-Sep-05 5:15 
QuestionCombo Box drop-down list don't extends? Pin
george ivanov16-Sep-05 2:03
george ivanov16-Sep-05 2:03 
AnswerRe: Combo Box drop-down list don't extends? Pin
Nitefall206016-Sep-05 2:20
Nitefall206016-Sep-05 2:20 
GeneralRe: Combo Box drop-down list don't extends? Pin
george ivanov16-Sep-05 3:21
george ivanov16-Sep-05 3:21 
AnswerRe: Combo Box drop-down list don't extends? Pin
khan++16-Sep-05 2:25
khan++16-Sep-05 2:25 
GeneralRe: Combo Box drop-down list don't extends? Pin
george ivanov16-Sep-05 3:25
george ivanov16-Sep-05 3:25 
QuestionAdding DLL's to System Folder On Exe Startup Pin
jerry1211a16-Sep-05 2:00
jerry1211a16-Sep-05 2:00 
AnswerRe: Adding DLL's to System Folder On Exe Startup Pin
khan++16-Sep-05 2:18
khan++16-Sep-05 2:18 
GeneralRe: Adding DLL's to System Folder On Exe Startup Pin
Bob Stanneveld16-Sep-05 2:52
Bob Stanneveld16-Sep-05 2:52 
GeneralRe: Adding DLL's to System Folder On Exe Startup Pin
khan++16-Sep-05 3:05
khan++16-Sep-05 3:05 
GeneralRe: Adding DLL's to System Folder On Exe Startup Pin
Blake Miller16-Sep-05 4:37
Blake Miller16-Sep-05 4:37 
AnswerRe: Adding DLL's to System Folder On Exe Startup Pin
Bob Stanneveld16-Sep-05 2:57
Bob Stanneveld16-Sep-05 2:57 
GeneralRe: Adding DLL's to System Folder On Exe Startup Pin
Blake Miller16-Sep-05 4:39
Blake Miller16-Sep-05 4:39 
GeneralRe: Adding DLL's to System Folder On Exe Startup Pin
Bob Stanneveld16-Sep-05 5:41
Bob Stanneveld16-Sep-05 5:41 
QuestionUDP Multicasting Pin
hjdewind16-Sep-05 1:26
hjdewind16-Sep-05 1:26 
QuestionLife Time Of an Object. Pin
rajeev8216-Sep-05 1:15
rajeev8216-Sep-05 1:15 

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.