Search code examples
.netresourcesmmc

Embedding native win32 resources into .NET assembly?


Is it possible to embed a .net resource (resx) into compiled assembly as a native win32 resource? Like I need an array of native resource images writing my MMC custom snap-in.


Solution

  • No, but you can still embed standard rc/RES files into compiled assemblies, just like you do on a native binary