HI

How to Change Add and Delete from Res File by Codeing


Thanks
Amrit

Re: How to change add and delete String Table in Res by Amrit

Amrit
Tue Oct 14 03:42:16 CDT 2008

This is a multi-part message in MIME format.

------=_NextPart_000_0027_01C92E08.F556EAE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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
>=20
> How to Change Add and Delete from Res File by Codeing
>=20
>=20
> Thanks
> Amrit
>=20
>=20
>
------=_NextPart_000_0027_01C92E08.F556EAE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.5512" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>OOPS</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I want to add some string data in Table =
in res=20
file. but i have just see "LoadResString"&nbsp;Like this i want=20
AddResString,EditResString,DeleteResString.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>How to Do it?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Amrit" &lt;</FONT><A=20
href=3D"mailto:cadd@wlink.com.np"><FONT face=3DArial=20
size=3D2>cadd@wlink.com.np</FONT></A><FONT face=3DArial size=3D2>&gt; =
wrote in message=20
</FONT><A href=3D"news:eeIFkedLJHA.3080@TK2MSFTNGP06.phx.gbl"><FONT =
face=3DArial=20
size=3D2>news:eeIFkedLJHA.3080@TK2MSFTNGP06.phx.gbl</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt; HI<BR>&gt; =
<BR>&gt; How to=20
Change Add and Delete from Res File by Codeing<BR>&gt; <BR>&gt; <BR>&gt; =

Thanks<BR>&gt; Amrit<BR>&gt; <BR>&gt; <BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0027_01C92E08.F556EAE0--


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
>
>
>


Re: How to change add and delete String Table in Res by Amrit

Amrit
Tue Oct 14 06:13:28 CDT 2008

Hi
Thanks for Reply

> They aren't really intended to be modified at runtime
Oh! I C.
> If on the other hand you are just trying to modify someone else's
NO NO

I got a solution

i can use savesetting and getsetting to save in registry. this will be ok
for me.


Thanks anyway.