I'm writing a little tool to create "iconholder-apps" (applications with no/small code part - infobox only).
The application should hold multiple icons (win32 res Resource) und should be created from my .net application (with the CSharpCodeProvider
)
Is it possible to create compiled win32 resources via winapi / .NET 2.0 or is there a documentation for res files out there (so it will be possible to create these files with raw byte outputs)
(Subquestion: how does reshacker "recompile" the resources?)
Or is compiling with rc.exe
the only option (I do not like to embed rc.exe if possible)
Or is there another option for creating resources with multiple icons in it (which can be used as link/shortcut icons)