The only way I know how to do this currently is opening up the EXE in Visual Studio. I'd love to be able to do this entirely in C# if possible. Other options include:
- P/Invoking LoadResource() from the Win32 API
- Using an existing tool (anybody know one?)
- Other ideas?
Thanks!