RESOURCELIB HAS MOVED TO
GITHUB
https://github.com/dblock/resourcelib
ResourceLib C# File Resource Management Library
There are several good articles about reading and writing resources from/to a compiled binary. Most focus on retrieving module version information and modifying version information, mostly in C++. Some detail the same operations for cursors, icons or dialog
resources. There is, however, no single .NET library to retrieve and save any type of resources, or any library to edit version resources specifically.
This implementation is a framework that enumerates resources and implements both read and write of the file version VS_VERSIONINFO, string resources such as company, copyright and product information, RT_GROUP_ICON and RT_ICON, RT_CURSOR, RT_BITMAP, RT_MENU,
RT_DIALOG, RT_STRING, RT_ACCELERATOR, RT_FONT and RT_FONTDIR and RT_MANIFEST resources. It is unit-tested and documented.
Are you using ResourceLib?
This is a free project. We're asking that you please spend a minute replying to
Are you using ResourceLib?.
History
This project started as a CodeProject article:
http://www.codeproject.com/KB/library/ResourceLib.aspx
Next Release
Please check the next release
1.3 (Beta) before reporting bugs.