copying a dialog box
-
Add 1st project to the second projects solution. Now from the resource view -> Drag and drop the required *Dialog* between the projects. Remember to hold the "Ctrl" while dragging.
suhredayan
There is no spoon. -
I assume you have a class connected to the dialog. I also assume that it is an MFC project. I also assume it is VC6. Right-click on the dialog class. A menu appears. Click "Add to Gallery". Then in the other project, go to Project->Add To Project->Components and Controls. Then open the folder for your old application in there. It should have a file called: xxxx.ogx. Add it to your project. It adds the class, as well as the dialog resource. this is this.
-
I assume you have a class connected to the dialog. I also assume that it is an MFC project. I also assume it is VC6. Right-click on the dialog class. A menu appears. Click "Add to Gallery". Then in the other project, go to Project->Add To Project->Components and Controls. Then open the folder for your old application in there. It should have a file called: xxxx.ogx. Add it to your project. It adds the class, as well as the dialog resource. this is this.
-
Thanx ... This new thing i leran today!