Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Access modal dialogs from application handle Pin
Stuart Dootson9-Feb-09 4:32
professionalStuart Dootson9-Feb-09 4:32 
AeJai wrote:
I am trying to open multiple modal dialogs from a parent modal dialog

Multiple modal dialogs...so, which is active - there can only be one at a time. Also, once a modal dialog starts, the only way for it to communicate with its parent window is by exiting - it contains its own message loop rather than using its parent window's message loop.

AeJai wrote:
My goal is to close all the parent's children dialogs once the parent's has been closed

A parent window cannot be closed if it has spawned a modal dialog.

Just don't do it - 'multiple modal dialogs' is really a synonym for 'modeless dialogs', IMO. You can close the child modeless dialogs by posting WM_CLOSE messages to them, IIRC.



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 
AnswerRe: change dialog box width. Pin
_AnsHUMAN_ 9-Feb-09 1:10
_AnsHUMAN_ 9-Feb-09 1:10 

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.