A
AndreB
Hi,
I've noticed that values added to a ".resx" file that is integrated in a VS
project are included in the final ".exe" (as lines of a ".rc" where included
in a ".exe" with C++).
How can I read the "value", "comment" and "mimetype" associated with a
"name"
without readin the original ".resx" of the project because I will not ship
it
to the user (as data are the the ".exe" application".
I've tried ResxResourceReader bat I can't construct its object without
specifying
the ".resx" file name.
I want to read data included in app.exe like "LoadString()" in C++.
Any help, TIA, AndreB.
I've noticed that values added to a ".resx" file that is integrated in a VS
project are included in the final ".exe" (as lines of a ".rc" where included
in a ".exe" with C++).
How can I read the "value", "comment" and "mimetype" associated with a
"name"
without readin the original ".resx" of the project because I will not ship
it
to the user (as data are the the ".exe" application".
I've tried ResxResourceReader bat I can't construct its object without
specifying
the ".resx" file name.
I want to read data included in app.exe like "LoadString()" in C++.
Any help, TIA, AndreB.