I'm looking at various ways to add a resource.
I see that a form has a .resx file that I can easily edit in the IDE to include a new string.
It will then automatically be compile into a binary .Resources file.
Nice!
But since the system seems to be using the file for it's own purposes I wonder if that is a good idea.
If the only resource needed is one string is it common to add it to the existing resx file.
I see that a form has a .resx file that I can easily edit in the IDE to include a new string.
It will then automatically be compile into a binary .Resources file.
Nice!
But since the system seems to be using the file for it's own purposes I wonder if that is a good idea.
If the only resource needed is one string is it common to add it to the existing resx file.