Click here to Skip to main content
15,909,332 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need information about Activex Control functions Pin
led mike9-Feb-09 4:34
led mike9-Feb-09 4:34 
GeneralRe: Need information about Activex Control functions Pin
Stephen Hewitt9-Feb-09 5:13
Stephen Hewitt9-Feb-09 5:13 
GeneralRe: Need information about Activex Control functions Pin
led mike9-Feb-09 5:17
led mike9-Feb-09 5:17 
QuestionDisplaying exponential value in Edit box Pin
Member 46517419-Feb-09 3:13
Member 46517419-Feb-09 3:13 
AnswerRe: Displaying exponential value in Edit box [modified] Pin
Sarath C9-Feb-09 3:41
Sarath C9-Feb-09 3:41 
GeneralRe: Displaying exponential value in Edit box Pin
Stephen Hewitt9-Feb-09 5:15
Stephen Hewitt9-Feb-09 5:15 
GeneralRe: Displaying exponential value in Edit box Pin
Sarath C9-Feb-09 23:58
Sarath C9-Feb-09 23:58 
QuestionAccess modal dialogs from application handle Pin
AeJai9-Feb-09 2:58
AeJai9-Feb-09 2:58 
Okay this one is for the Gurus!

I am trying to open multiple modal dialogs from a parent modal dialog. However, in modal dialogs only one child dialog can be opened at a time under a parent dialog. Therefore, I have to use the applications main window to have multiple modal dialogs opened and use a map to track which dialogs belong to the parent dialog.

How can I get a handle or pointer to the childrens dialog windows to store them in my map (for the parent to track)?

My goal is to close all the parent's children dialogs once the parent's has been closed. And also consistently close them out by calling theDlg->EndDialog(IDOK) when the parent dialog has been closed by clicking "OK" or theDlg->EndDialog(IDCANCEL) when the parent dialog has been closed by clicking "Cancel".
AnswerRe: Access modal dialogs from application handle Pin
Stuart Dootson9-Feb-09 4:32
professionalStuart Dootson9-Feb-09 4:32 
GeneralRe: Access modal dialogs from application handle Pin
AeJai9-Feb-09 5:16
AeJai9-Feb-09 5:16 
QuestionModeless dialog box question Pin
BadJerry9-Feb-09 2:11
BadJerry9-Feb-09 2:11 
AnswerRe: Modeless dialog box question Pin
Stuart Dootson9-Feb-09 4:38
professionalStuart Dootson9-Feb-09 4:38 
GeneralRe: Modeless dialog box question Pin
BadJerry9-Feb-09 4:42
BadJerry9-Feb-09 4:42 
GeneralRe: Modeless dialog box question Pin
Stuart Dootson9-Feb-09 7:30
professionalStuart Dootson9-Feb-09 7:30 
GeneralRe: Modeless dialog box question Pin
Stuart Dootson9-Feb-09 7:33
professionalStuart Dootson9-Feb-09 7:33 
QuestionRe: Modeless dialog box question Pin
led mike9-Feb-09 4:39
led mike9-Feb-09 4:39 
AnswerRe: Modeless dialog box question Pin
BadJerry9-Feb-09 4:45
BadJerry9-Feb-09 4:45 
QuestionDisplaying The time Zone Pin
brucewayn9-Feb-09 1:47
brucewayn9-Feb-09 1:47 
AnswerRe: Displaying The time Zone Pin
«_Superman_»9-Feb-09 2:04
professional«_Superman_»9-Feb-09 2:04 
AnswerRe: Displaying The time Zone Pin
Iain Clarke, Warrior Programmer9-Feb-09 3:03
Iain Clarke, Warrior Programmer9-Feb-09 3:03 
GeneralRe: Displaying The time Zone Pin
brucewayn9-Feb-09 3:29
brucewayn9-Feb-09 3:29 
GeneralRe: Displaying The time Zone Pin
Iain Clarke, Warrior Programmer9-Feb-09 4:16
Iain Clarke, Warrior Programmer9-Feb-09 4:16 
QuestionInfo on Public Key Encryption implementation. Pin
Comp_Users9-Feb-09 1:29
Comp_Users9-Feb-09 1:29 
QuestionRe: Info on Public Key Encryption implementation. Pin
CPallini9-Feb-09 1:40
mveCPallini9-Feb-09 1:40 
Questionchange dialog box width. Pin
sam_psycho9-Feb-09 0:56
sam_psycho9-Feb-09 0:56 

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.