Have a look at the config system. I think this will allow you to do what you want mark
-----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Barnaby Gray Sent: Wednesday, July 06, 2005 9:35 AM To: [email protected] Subject: [ADVANCED-DOTNET] Windows Form branding I have a C# .NET application with lots of strings added through the visual designer (thus stored in the form's .resx file) specifying the application's company name and product name . What I want to do is change all of these instances to tags, for example <COMPANY_NAME> or <PRODUCT_NAME> and then dynamically replace these tags when the application runs with a company name/product name etc of my choosing. I'm guessing this involves hooking into the process .NET uses to extract the strings from the resx file and diplay them - does anybody know how i might be able to go about this? Cheers, Barnaby =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
