Accessing a dialog from Another dialog MFC

Posted by Isuru on Stack Overflow See other posts from Stack Overflow or by Isuru
Published on 2010-04-23T05:25:23Z Indexed on 2010/04/23 5:33 UTC
Read the original article Hit count: 412

Filed under:
|
|
|
|

Hi,

I want to open a separate dialog box when I cllick on a button on my main dialog. I used separateDialog.DoModal() to do it. It open successfully but when I try to add data to a edit control (text box) in that seperate dialog, a debug assertion failure occurs. What is the matter and how can I overcome it?

Thank You!!

© Stack Overflow or respective owner

Related posts about mfc

Related posts about dialog