「C Sharpの応用 - スプラッシュウィンドウ」の版間の差分

📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

Wiki がページ「スプラッシュウィンドウを表示する(C Sharp)」を「C Sharpの応用 - スプラッシュウィンドウ」に、リダイレクトを残さずに移動しました
文字列「<source」を「<syntaxhighlight」に置換
9行目: 9行目:
・FormBorderStyleプロパティ - None<br>
・FormBorderStyleプロパティ - None<br>
<br>
<br>
  <source lang="c#">
  <syntaxhighlight lang="c#">
  // Program.cs
  // Program.cs
  using System;
  using System;
45行目: 45行目:
  </source>
  </source>
<br>
<br>
  <source lang="c#">
  <syntaxhighlight lang="c#">
  // FormMain.cs
  // FormMain.cs
  using System;
  using System;
73行目: 73行目:
  </source>
  </source>
<br>
<br>
  <source lang="c#">
  <syntaxhighlight lang="c#">
  // FormSplash.cs
  // FormSplash.cs
  using System;
  using System;