المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Add String attrribute to File



C# Programming
06-15-2009, 04:41 PM
Hi friends,

I wanted to add string resource to all exe and dll used in my project.
All exe and dll used in my project is not .net assembly, few of them are c++ and 3rd party dll.

At runtime I want to add/edit few string to all dll’s and exe’s used in my project, like myVersionInof, myImpectType etc, Which I can use in my project at runtime.

Can you guide me what should I have to use? Resource manager to add string resource.
Or add custom attribute to all my exe’s and dll’s .

Thanks
hiren shah
hirenkshah@gmail.com