Click here to Skip to main content
15,915,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to declare a three dimensional array Pin
Danzy8327-Jul-10 5:52
Danzy8327-Jul-10 5:52 
GeneralRe: How to declare a three dimensional array Pin
jeron127-Jul-10 6:01
jeron127-Jul-10 6:01 
GeneralRe: How to declare a three dimensional array Pin
Richard MacCutchan27-Jul-10 6:04
mveRichard MacCutchan27-Jul-10 6:04 
GeneralRe: How to declare a three dimensional array Pin
David Crow27-Jul-10 8:40
David Crow27-Jul-10 8:40 
AnswerRe: How to declare a three dimensional array Pin
«_Superman_»27-Jul-10 18:59
professional«_Superman_»27-Jul-10 18:59 
AnswerRe: How to declare a three dimensional array Pin
norish28-Jul-10 23:39
norish28-Jul-10 23:39 
Questionhow to suspend the current application Pin
Krauze27-Jul-10 3:14
Krauze27-Jul-10 3:14 
AnswerRe: how to suspend the current application Pin
Aescleal27-Jul-10 3:54
Aescleal27-Jul-10 3:54 
If you WaitForSingleObject on the handle of the spawned process the thread doing the waiting will stop until the spawned app completes.

To get the process handle it might be an idea to use ShellExecuteEx as you can find out the handle of the spawned process a bit easier.

Cheers,

Ash
GeneralRe: how to suspend the current application Pin
Krauze27-Jul-10 13:36
Krauze27-Jul-10 13:36 
AnswerRe: how to suspend the current application Pin
Chuck O'Toole27-Jul-10 9:02
Chuck O'Toole27-Jul-10 9:02 
GeneralRe: how to suspend the current application Pin
Krauze27-Jul-10 13:37
Krauze27-Jul-10 13:37 
QuestionReading char* buffer Pin
AbhiHcl27-Jul-10 2:57
AbhiHcl27-Jul-10 2:57 
AnswerRe: Reading char* buffer Pin
David Crow27-Jul-10 3:09
David Crow27-Jul-10 3:09 
AnswerRe: Reading char* buffer Pin
Aescleal27-Jul-10 3:49
Aescleal27-Jul-10 3:49 
GeneralRe: Reading char* buffer Pin
AbhiHcl27-Jul-10 4:11
AbhiHcl27-Jul-10 4:11 
GeneralRe: Reading char* buffer Pin
Member 419459327-Jul-10 9:43
Member 419459327-Jul-10 9:43 
QuestionHow to Getting column names in CListCtrl Pin
kishorekumar146 27-Jul-10 2:27
kishorekumar146 27-Jul-10 2:27 
QuestionRe: How to Getting column names in CListCtrl Pin
David Crow27-Jul-10 3:11
David Crow27-Jul-10 3:11 
QuestionReading XML Pin
mmagill026-Jul-10 22:36
mmagill026-Jul-10 22:36 
AnswerRe: Reading XML Pin
Richard MacCutchan26-Jul-10 22:55
mveRichard MacCutchan26-Jul-10 22:55 
AnswerRe: Reading XML Pin
Cool_Dev26-Jul-10 23:01
Cool_Dev26-Jul-10 23:01 
AnswerRe: Reading XML Pin
Maximilien27-Jul-10 1:04
Maximilien27-Jul-10 1:04 
AnswerRe: Reading XML Pin
mmagill027-Jul-10 2:39
mmagill027-Jul-10 2:39 
QuestionIs there anything similar to zIndex Pin
rahul.kulshreshtha26-Jul-10 21:41
rahul.kulshreshtha26-Jul-10 21:41 
AnswerRe: Is there anything similar to zIndex Pin
Iain Clarke, Warrior Programmer26-Jul-10 22:28
Iain Clarke, Warrior Programmer26-Jul-10 22:28 

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.