Re: Dialog Editor Shows the previous name (not ID) of the resource
I name property is used for C# and Vb apps
AliR.
"Leon_Amirreza" <amirreza_rahmaty@yahoo.com> wrote in message
news:eEAIgewwGHA.2208@TK2MSFTNGP05.phx.gbl...
may be i havent explain clearly i try to expose the problem in another
way:
the resource.h contains something like this:
...
#define IDC_STATIC_GROUPBOX_ARRAY 1000
...
when i click on that Group box in dilaog designer these values are shown
in
the properties box (Under the Misc Category):
name = IDC_STATIC_GROUPBOX_ARR //its some previous name of the resource
ID = IDC_STATIC_GROUPBOX_ARRAY // the current and correct ID of the
resource
the name property is grayed out (meaning its a read only property) but the
ID property is editable
Questions:
1- where does the VS store the name property? and whats the use of it
(because it doesnt seem to have effects the generated EXE file in any way,
despite its value)?
2- how can i have VS to show the correct value of the name property?