I realise this if for 2005 but hopefully you can help, i have visual studio 2003 and i'm using the c++ sharp, i have a dialog box in one old resource file (rc file) that i want to put into another resource file (rc file). How do i copy over just the dialog, i have tried the old copy and paste etc but it doesnt work, and there doesnt seem to be a way to import just a dialog
any ideas
thanks

copying a dialog box
KRS India
When opening the resource files click on "Open With", don't use "Resource View" use the "Resource Editor".
Open the second file rc file in the same way. Now you can use Copy&Paste and Drag&Drop! The "Resource Editor" allows copy&paste and drag&drop. The "Resource View" not.
In the solution explorer you can right click on the RC file and select Open With from here in the context menu.
Steven Bone
thanks
will
James A P
That's correct. Copy&Paste does not work across different VS.NET instances.
Open the second rc file in the other project with the standard open dialog and select open with as described above.
r_currie
thanks
PeterWone