View Single Post
  #36 (permalink)  
Old 07-30-2007, 06:05 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Default Re: VC++ Tips & Tricks

Hi,
here is the tips for copying the screen designs in one project to another project in visual c++.

Steps
1. 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.
Reply With Quote