Re: VC++ Tips & Tricks Hi,
here is the tips for copying the screen designs in one project to another project in visual c++. Steps1. Open the destination project workspace
2. Open the dialog window from resource view
3. Go to Files view in project explorer
4. Select the workspace name and click the right mouse button. select "Insert project in the workspace" menu from the context menu
5. And Open the resource view of the source project
6. Open the dialog window which you would like to copy the design
7. Paste it to the destination dialog window. Now you will have the screen design
bye
thanks 
__________________ Karpagarajan. R Necessity is the mother of invention
Last edited by Booom : 08-09-2007 at 05:43 AM.
|