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.
ファイルをボタン.ICOの画像として使用できますか?Winforms
.ICO
Winforms
はい、できます。
Image プロパティを参照します。ローカル リソースを確認します。[インポート] をクリックします。フィルターを変更して、すべてのファイルを表示します。.ico ファイルを選択します。
ただし、.ico からどの画像が選択されるかはわかりません。
アイコンのToBitmapメソッドを使用して、プログラムでアイコンを画像に変換できます。