Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Resheader information in resx files

Status
Not open for further replies.

mvrander

Programmer
Oct 24, 2003
7
0
0
GB
Hi everyone.

Does anyone know if it's possible to access the information stored in the resheader tags in a resx file?

I can get to the data tags without any problems but I can't find a way to access the resheader parts which would be useful. Is it possible?
 
Use System.Resources.ResXResourceReader class to read a .resx file or ResXResourceWriter class to create a .resx file from code.
-obislavu-
 
Thanks obislavu but both the System.Windows.Forms.ResxResourceReader and System.Resources.ResourceReader both only appear to have access to the <Data> tags inside a resx file. Ideally we'd like to be able to reference the information stored within the <Resheader> tags within the file.

Anyone......?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top