将本机 win32 资源嵌入到 .NET 程序集中?
是否可以将 .net 资源 (resx) 作为本机 win32 资源嵌入到已编译的程序集中?就像我需要一组本机资源图像来编写我的 MMC 自定义管理单元一样。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,但您仍然可以将标准 rc/RES 文件嵌入到已编译的程序集中,就像在本机二进制文件中所做的那样
No, but you can still embed standard rc/RES files into compiled assemblies, just like you do on a native binary