Click here to Skip to main content
16,016,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have another qus
i want to generate common resx file for all the forms becaz i have multiple forms in my desktop application and i don't want to generate seperate resx file for each form. I want to generate a resx file like that which contain the information for all the forms and how to apply this thing on application level.
thanx
Posted
Updated 22-Feb-10 23:46pm
v2

1 solution

Why do you want to redesign the way that Winforms works ? You can't anyhow. You might be able to use visual inheritance to place some common items in a base class, but I don't know, I thnk that's nuts, I've never done it.
 
Share this answer
 

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