MessageBox怎么到类里面?
MessageBox怎么到类里面? --------------------编程问答-------------------- 在前面把这句加上using System.Windows.Forms;--------------------编程问答-------------------- using System.Windows.Forms; --------------------编程问答-------------------- 楼上正解 --------------------编程问答-------------------- using System.Windows.Forms; --------------------编程问答-------------------- 如果是 windows application,根本不用手动添加引用就可以用 messagebox --------------------编程问答-------------------- 一般类头没得messagebox得嘛。 --------------------编程问答-------------------- 如果是控制台程序,那你就不要想MESSAGEBOX了!
如果是winform里面自定义类的话,加个using System.Windows.Forms 就行了! --------------------编程问答-------------------- console也可以的,需要先添加引用System.Windows.Froms
然后System.Windows.Forms.MessageBox.Show("");就可以了
winform里面可以直接MessageBox,但是winform的类文件里面需要using System.Windows.Forms; --------------------编程问答-------------------- 没遇到过这种情况. --------------------编程问答-------------------- 鉴定:已经解决
补充:.NET技术 , C#