When creating Windows application, there are several way to use resource
files. Now, I'm very confuse about .resx file in each form and .resx file in
Properties folder in the project. If I have a message text, where is the best
place I put my message text? Do anyone know exactly or just best practice
about this issue? I just want to know idea of others people who also use
.resx files in Visual Studio 2005.
Thank you,
Pound@Gestalt
Garrett McGowan[MSFT] - 29 Jul 2006 02:05 GMT
I typically place message text in the default RESX file, under the
Properties folder. The RESX file associated with each form is controlled by
the Windows Forms Designer, so any manual changes you make to those files
are overwritten on the next change in the designer.
Garrett McGowan [MSFT Developer International]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
>From: TeeraveeSirinapasawasdee@discussions.microsoft.com
>Subject: Individual Form .resx VS. .resx in Properties Folder
[quoted text clipped - 10 lines]
>Thank you,
>Pound@Gestalt