Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing mfc based vc++ dialog application. In my program I have a one parent dialog say IDD_PARENT and two child dialogs say IDD_PAGE1 and IDD_PAGE2. In IDD_PARENT dialog i have a listbox control with the strings Page 1 and Page 2. When a user clicks Page 1 in list box I need my application to display the dialog IDD_PAGE1 in the IDD_PARENT dialog same for the case with Page 2 also. How can I do it? I am new to the VC++ environment. Examples using code portions will be helping.

Thanks to all
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900