0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【備忘録 C#】メッセージボックスで使う為の準備

Last updated at Posted at 2021-10-28

背景

メッセージボックスを使う為に以下のusingディレクティブを宣言しますが、
「型または名前空間名 'Windows' は名前空間 'System' に存在しません。アセンブリ参照が不足しています。・・・」
というエラーメッセージが出ます。

using System.Windows.Forms;

その際に用意するものを備忘録として残します。

環境

・Visual studio 2019 (Version 16.10.3)
・.net framework 4.8

手順

・参照を右クリックし、「参照の追加」をクリック。
image.png

一覧の中にある**「System.Windows.Forms」**をチェックしOKをクリック
image.png

以上

0
0
1

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?