M
mehdi_mousavi
Hi folks,
Consider a string that's defined under VS2005 resource editor as
myField with the value of myValue. To access the value, I could easily
use the Properties.Resources class, for example:
global::myNameSpace.Properties.Resources.myField
However, I would like to retreive it's string representation of the
field's name, i.e., the "myField". How am I supposed to do that?
The second question is that is there anyway to keep a "name/value"
collection within a resource file?
Any help would be highly appreciated,
Cheers,
Mehdi
Consider a string that's defined under VS2005 resource editor as
myField with the value of myValue. To access the value, I could easily
use the Properties.Resources class, for example:
global::myNameSpace.Properties.Resources.myField
However, I would like to retreive it's string representation of the
field's name, i.e., the "myField". How am I supposed to do that?
The second question is that is there anyway to keep a "name/value"
collection within a resource file?
Any help would be highly appreciated,
Cheers,
Mehdi