Differen t Resource.resx and Settings.settings.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I use the Visual Studio 2005. Now I want to use different Resource.resx and Settings.settings. With the configmanager I want to select the Resource.resx and Settings.settings.
For to get a different resx u can load from a file
System.Resources.ResXResourceSet resxSet = new System.Resources.ResXResourceSet("C:\\...");
for to load Setting I can't remeber now:sigh: