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.
+1
A:
No, but you can still embed standard rc/RES files into compiled assemblies, just like you do on a native binary
Paul Betts
2009-11-25 16:58:48