1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

C#のコンソールアプリでSystem.Windows.Formsのコントロールを使いたい

Posted at

1. はじめに

  • C#のコンソールアプリでSystem.Windows.Formsのコントロールを使いたい

2. 開発環境

  • C#
  • .NET Framework
  • Visual Stduio 2022
  • Windows 11

3. 参照設定の追加

3.1. ソリューションエクスプローラーから 参照 > 参照の追加 を選択する

image.png

3.2. アセンブリから System.Windows.Formsにチェックを追加する

image.png

4. 動作確認

  • using で System.Windows.Formsが選択できるようになった
    image.png

5. 参考文献

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?