Hi,
Reading:
http://msdn2.microsoft.com/en-us/library/aa381042.aspx
Basically. In VS goto the resource view
expand the treectrl
Goto string table (or right click to add one).
Double click it
On another pane you can now add string resources and there symbolic code
(which you can use to refer to it in the rest of your code).
Regards, Ron AF Greve
http://www.InformationSuperHighway.eu
"Sabiyur" <SabiyurRahman@gmail.comwrote in message
news:ee169e52-99b3-4f23-b522-ff9a7c90fa78@x29g2000prg.googlegroups.com...
Quote:
>
Hi All,
The application I am doing requires hundreds of strings to be
stored & retrieve those randomly.
I think I can use microsoft resource ".rc" file to store the strings.
I am not sure, how to write strings in ".rc" file and retrieve it
programmatically?
>
Do you guys have any idea on this?
Is there any good article on this?
>
Please help.
>
Thanks
Sabiyur