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.
No, but you can still embed standard rc/RES files into compiled assemblies, just like you do on a native binary