用不了System.Windows.Forms,如何使用MessageBox?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用不了System.Windows.Forms,如何使用MessageBox?相关的知识,希望对你有一定的参考价值。

在项目中:

1、右键“引用”,在弹出菜单中选择“添加引用(R)...”

2、在弹出引用管理器窗口中左侧选择 “程序集” 在中间找到“System.Windows.Form”

3、确定引用

4、在页面顶部引用 using System.Windows.Forms;

5、在方法中使用MessageBox.Show("Hello");

6、完成

参考技术A

你那是WPF吗?直接下面的不就可以了?

System.Windows.MessageBox

参考技术B MessageBox 来源于System.Windows.Forms.MessageBox,因此你用不了, 参考技术C 引用System.Windows.Forms.dll
然后才能引入命名空间
参考技术D 引用之后在using空间就可以用了.

以上是关于用不了System.Windows.Forms,如何使用MessageBox?的主要内容,如果未能解决你的问题,请参考以下文章

wpf 不能引用system.window.Forms

System.Windows.MessageBox 与 System.Windows.Forms.MessageBox

在winform中怎样用代码改变button控件的上下位置

System.Windows.Forms.TextBox 中的水印

允许 System.Windows.Forms.WebBrowser 运行 javascript

System.Windows.Forms.Timer没有触发