Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I have a dialog box I want to use in two different projects.

This dialog box has some images, and I want to find a way to keep the resources with the dialog box rather than with the project so I can move the dialog box between the two projects without having to copy the dialog box images in the project resources of each project.

Any way to do this?
Posted

1 solution

Make a separate .NET project with dialog boxed and other components shared by several project. Try to keep similar resources in one project like that. There is nothing wrong with small library projects — .NET stimulates such style of development; your Question is one of the confirmations.

—SA
 
Share this answer
 
Comments
Nish Nishant 12-Apr-11 19:56pm    
Voted 5, very good suggestion, proposed as answer.
Sergey Alexandrovich Kryukov 12-Apr-11 20:41pm    
Thank you, Nishant.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900