Re: How to change add and delete String Table in Res by Bill
Bill
Tue Oct 14 05:42:43 CDT 2008
Hi Armit,
They aren't really intended to be modified at runtime. If these are your
own resources, best to store them in an external file such as a .config
file. If on the other hand you are just trying to modify someone else's
application on your own computer then there are various tools that will
extract the resources and rebuild them into to the exe. I use Visual Studio
2008 for the later, but most C++ IDE's should provide you that.
"Amrit" <cadd@wlink.com.np> wrote in message
news:%23lPHBjdLJHA.3496@TK2MSFTNGP04.phx.gbl...
>OOPS
>
>I want to add some string data in Table in res file. but i have just see
>"LoadResString" Like this i want
> >AddResString,EditResString,DeleteResString.
>
>How to Do it?
>
>Thanks
"Amrit" <cadd@wlink.com.np> wrote in message
news:eeIFkedLJHA.3080@TK2MSFTNGP06.phx.gbl...
> HI
>
> How to Change Add and Delete from Res File by Codeing
>
>
> Thanks
> Amrit
>
>
>