在C#中,如何点击button按钮关闭windows窗体,代码怎么写
4个回答
展开全部
首先引入银轮命名兆搏睁空间using System.Threading;通过调用进程代码如下:族岁
Thread th = new Thread(new ThreadStart(new MethodInvoker(delegate
{
this.Invoke(new MethodInvoker(delegate { this.Close(); }));
Application.Run(new Form2());
})));
th.Start();
Thread th = new Thread(new ThreadStart(new MethodInvoker(delegate
{
this.Invoke(new MethodInvoker(delegate { this.Close(); }));
Application.Run(new Form2());
})));
th.Start();
追问
成功了,非常感谢,可是就是看不懂,太菜了,能交个朋友吗,550418846
展开全部
简单,代码 close(); 搞定!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
from.close 大概,试一试
追问
谢谢,是this.close(); 在你的提示下试出来了
this.Close();
Form2 m = new Form2();
form2是我的另一个窗口类
这是我的代码,虽然这个窗口关上了,但是还是出不来下个窗口,为什么,拜谢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Application.Exit();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |