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 : アイコン形式を保持したい場合は、出力の品質が低くなります (このコメントを参照してください)。
実行可能ファイルからアイコンを抽出している場合、このようなものを使用してアイコンリソースを抽出して保存することをお勧めします。