Quote Originally Posted by matze42
But unfortunateley i dont manage it, to copy the dialog ressources from the one project to the other.

Is there any other way, as to copy the binary-data from the one project to the other.
For some strange reason, the VC++ IDE does not support the external clipboard when copying resources from one running instance of the IDE to another. What you can do, however, is to open the "foreign" resources as a file (File / Open, select the resources (either the compiled DLL, or the .rc, or the .res) and open it. The resources will appear as a tree (in an own MDI child window), and you will be able to copy resources from there to your project workspace.