I am trying to build an MFC application Dialog based application. It runs ok. But I need to insert another Dialog. So how can I for example, pressing on a button from the first dialog to open the new added dialog?.
I am using Microsoft Visual Studio 2015.
- I right clicked on the resources folder and insert a dialog.
It is inserted, but how to create it?.
Thank you.