A ad Jul 1, 2006 #1 I have two project in a solution, they belong two different namespace. How can I get the embedded resource of another project?
I have two project in a solution, they belong two different namespace. How can I get the embedded resource of another project?
K KJ Jul 1, 2006 #2 Use the ResourceManager class, overloaded constructor for other asseblies: public ResourceManager ( string baseName, Assembly assembly, Type usingResourceSet )
Use the ResourceManager class, overloaded constructor for other asseblies: public ResourceManager ( string baseName, Assembly assembly, Type usingResourceSet )