用不了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吗?直接下面的不就可以了?
然后才能引入命名空间 参考技术D 引用之后在using空间就可以用了.
以上是关于用不了System.Windows.Forms,如何使用MessageBox?的主要内容,如果未能解决你的问题,请参考以下文章
System.Windows.MessageBox 与 System.Windows.Forms.MessageBox
System.Windows.Forms.TextBox 中的水印