Dialogs from MFC resources
-
Hi everybody. Something seems weird to me in the MFC, maybe I just haven't explored all options, but it looks like I can't export one of my interfaces from the project. I designed a new DIALOG, and its saved by the VC++6 IDE in the resources of the project. Now... what if I will make in the future a similar project and I just want to copy-paste that interface in my new project. It seems that I can't export the dialogue at all!!! So do I have to re-create dialogues from scratch? I don't think so. I think I'm missing something. -= E C H Y S T T A S =- The Greater Mind Balance
-
Hi everybody. Something seems weird to me in the MFC, maybe I just haven't explored all options, but it looks like I can't export one of my interfaces from the project. I designed a new DIALOG, and its saved by the VC++6 IDE in the resources of the project. Now... what if I will make in the future a similar project and I just want to copy-paste that interface in my new project. It seems that I can't export the dialogue at all!!! So do I have to re-create dialogues from scratch? I don't think so. I think I'm missing something. -= E C H Y S T T A S =- The Greater Mind Balance
You do not need to re-create dialogue. You just need open your new project . then open the “ResourceView" ---> "Dialog", then use main menu "File" "open" ,choose your old project's resource file(*.rc), and open it. Finally copy-paste between the two resource file.(I usually drag the old dialog into the new project). I am sorry for my poor English not to express myself clearly. libo China
-
You do not need to re-create dialogue. You just need open your new project . then open the “ResourceView" ---> "Dialog", then use main menu "File" "open" ,choose your old project's resource file(*.rc), and open it. Finally copy-paste between the two resource file.(I usually drag the old dialog into the new project). I am sorry for my poor English not to express myself clearly. libo China
Thanks Intertherain ::- ). It works! -= E C H Y S T T A S =- The Greater Mind Balance
-
Thanks Intertherain ::- ). It works! -= E C H Y S T T A S =- The Greater Mind Balance
1)Go to class view 2)Right click dialog class 3)select Add to Gallary 4)open new project 5)select projetct->Add to project 6)select component and controls 7)Class as well as dialog will add to project