
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
C# - ちょー雑な方法でFormのアイコンを生成する (Windows) - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
C# - ちょー雑な方法でFormのアイコンを生成する (Windows) - Qiita
using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Fo... using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; class IconMakeTest:Form { class NativeMethods { [DllImport("user32.dll", CharSet = CharSet.Auto)] public extern static bool DestroyIcon(IntPtr handle); } IconMakeTest() { HandleCreated+=(sender,e)=>{GetHiconExample();}; } static string[] iconDot = new string[]{ "................", ".###...##...##.