J
Jim Carlock
My first question here involves understanding what files are used
where in regards to a dotnet application.
For instance, I see a bunch of .config files. One I opened up looks
like it represents a set of menu items. In fact, it's an XML file with
quite a few <MenuItem name="name" value="value" /> tags.
Is this file comparable to an older resource (.rc) that contains menu
items?
For instance, the following line appears in the .config file...
<MenuItem name="-" value=""/>
Is that comparable to the following item in an .rc file?
MENUITEM SEPARATOR
And does anyone here know if there's a reference anywhere to
convert such files from dotnet to older technologies?
Thanks for any help.
where in regards to a dotnet application.
For instance, I see a bunch of .config files. One I opened up looks
like it represents a set of menu items. In fact, it's an XML file with
quite a few <MenuItem name="name" value="value" /> tags.
Is this file comparable to an older resource (.rc) that contains menu
items?
For instance, the following line appears in the .config file...
<MenuItem name="-" value=""/>
Is that comparable to the following item in an .rc file?
MENUITEM SEPARATOR
And does anyone here know if there's a reference anywhere to
convert such files from dotnet to older technologies?
Thanks for any help.