I noticed that some of the property names in a resx file generated by
WinRes.exe are prefaced with the escape sequence for ">>" (i.e. ">>"). I see
this on 'Name', 'Type', 'Parent' and 'ZOrder'. It seems these may be
read-only fields but I cannot find anything that solidifies this for me so I
can code for it in the read process on a stand-alone file basis. Can you
advise?

Signature
Brad Eck
<a href="http://www.sitesdynamic.com">SitesDynamic</a>
<a href="http://www.basketsetcetera.com">Baskets Etcetera</a>
Marin Millar - 19 Jul 2005 22:55 GMT
Hi Brad, Yes, they are read only properties that represent the control.
You can find a detailed explanation of what these special properties are at
http://blogs.msdn.com/rprabhu/archive/2003/08/21/56536.aspx
Thanks, Marin Millar [MSFT]