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

ナビゲーションに移動 検索に移動
文字列「<source」を「<syntaxhighlight」に置換
(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;

案内メニュー