base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
将resource 替换成 fileComplier 生成的 resx(可以自己转换),然后修改proj文件,最终使vc识别资源!
System.ComponentModel.ComponentResourceManager resources=newSystem.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
本文介绍如何将资源文件替换为由fileComplier生成的resx文件,并通过修改proj文件使Visual C++正确识别资源,涉及资源文件的管理和配置过程。
5万+

被折叠的 条评论
为什么被折叠?



