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.
我有一个图标。有没有办法将它保存在磁盘上的某个位置?
我正在处理一个函数:
Private Function ReturnIcon(ByVal Path As String, ByVal Index As Integer, Optional ByVal small As Boolean = False) As Icon
有没有办法将它保存到ICO文件(文件扩展名.ico)?
.ico
您是否尝试过使用 Google 或 SO 进行搜索?
Icon.Save()
编辑1:忽略这一点。我注意到您希望将其保存为 ico。
编辑 2:如果您希望保留图标格式,那么您最终会得到低质量的输出(请参阅此评论)。
如果您正在从可执行文件中提取图标,我建议使用类似这样的方法来提取和保存图标资源。