Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 窗体应用程序中将图标图像直接导入控件或将它们作为资源包含有什么区别?每种方法的优点是什么?
如果直接把icon 放到控件中,那么icon 会直接保存到form 的.resx 文件中。
如果您使用资源中的图标,则仅使用对资源的引用进行控制。如果您直接使用相同的图标来控制 N 次,那么表单文件的大小(yourform.resx)将大于您仅使用资源中相同图标的引用
嵌入式
文件直接保存到 yourProject.resx 文件。
外部的
添加到项目文件夹的文件和 .resx 文件仅保留文件的路径
MSDN 添加和编辑资源