Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can my C++ program know when a batch file updates? Pin
Stuart Dootson1-Apr-09 3:16
professionalStuart Dootson1-Apr-09 3:16 
Questionhow to use two flags for create file Pin
Jach Mullan1-Apr-09 3:03
Jach Mullan1-Apr-09 3:03 
AnswerRe: how to use two flags for create file Pin
Cedric Moonen1-Apr-09 3:07
Cedric Moonen1-Apr-09 3:07 
GeneralRe: how to use two flags for create file Pin
Jach Mullan1-Apr-09 4:54
Jach Mullan1-Apr-09 4:54 
AnswerRe: how to use two flags for create file Pin
Stuart Dootson1-Apr-09 3:18
professionalStuart Dootson1-Apr-09 3:18 
AnswerRe: how to use two flags for create file Pin
ThatsAlok1-Apr-09 18:37
ThatsAlok1-Apr-09 18:37 
QuestionClosing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:18
VCProgrammer1-Apr-09 2:18 
AnswerRe: Closing first dialog box while second is still running Pin
Rajesh R Subramanian1-Apr-09 2:27
professionalRajesh R Subramanian1-Apr-09 2:27 
Are you telling that you are able to close your first dialog while the second one is still active, or are you asking how to get this done?

With DoModal(), the runtime will spawn a Modal dialog, which will need to be dismissed to go back to the parent (the window that spawned it). You must use CDialog::Create[^] if you need a modeless dialog.


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: Closing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:30
VCProgrammer1-Apr-09 2:30 
QuestionRe: Closing first dialog box while second is still running Pin
Rajesh R Subramanian1-Apr-09 2:36
professionalRajesh R Subramanian1-Apr-09 2:36 
AnswerRe: Closing first dialog box while second is still running Pin
VCProgrammer1-Apr-09 2:57
VCProgrammer1-Apr-09 2:57 
GeneralRe: Closing first dialog box while second is still running Pin
ThatsAlok1-Apr-09 18:39
ThatsAlok1-Apr-09 18:39 
QuestionRe: Closing first dialog box while second is still running Pin
David Crow1-Apr-09 3:01
David Crow1-Apr-09 3:01 
Questionpointer deletion querry Pin
Deepu Antony1-Apr-09 2:09
Deepu Antony1-Apr-09 2:09 
AnswerRe: pointer deletion querry Pin
Rajesh R Subramanian1-Apr-09 2:12
professionalRajesh R Subramanian1-Apr-09 2:12 
AnswerRe: pointer deletion querry Pin
Cedric Moonen1-Apr-09 2:12
Cedric Moonen1-Apr-09 2:12 
AnswerRe: pointer deletion querry Pin
Deepu Antony1-Apr-09 2:15
Deepu Antony1-Apr-09 2:15 
AnswerRe: pointer deletion querry Pin
CPallini1-Apr-09 2:17
mveCPallini1-Apr-09 2:17 
AnswerRe: pointer deletion querry Pin
ThatsAlok1-Apr-09 18:48
ThatsAlok1-Apr-09 18:48 
QuestionEnumerating users Pin
Eikthrynir1-Apr-09 1:50
Eikthrynir1-Apr-09 1:50 
AnswerRe: Enumerating users Pin
Iain Clarke, Warrior Programmer1-Apr-09 2:00
Iain Clarke, Warrior Programmer1-Apr-09 2:00 
QuestionRe: Enumerating users Pin
David Crow1-Apr-09 3:04
David Crow1-Apr-09 3:04 
AnswerRe: Enumerating users Pin
Eikthrynir2-Apr-09 3:15
Eikthrynir2-Apr-09 3:15 
AnswerRe: Enumerating users Pin
ThatsAlok1-Apr-09 18:59
ThatsAlok1-Apr-09 18:59 
GeneralRe: Enumerating users Pin
Eikthrynir2-Apr-09 3:14
Eikthrynir2-Apr-09 3:14 

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.