如何在C#实现点击一个“取消”的button键来关闭当前窗口,请教各位高手!
双击BUTTON后,输入:this.Close;这个方法我用了,但是没有作用,提示“错误1只有assignment、call、increment、decrement和ne...
双击BUTTON后,输入:this.Close;这个方法我用了,但是没有作用,提示“错误 1 只有 assignment、call、increment、decrement 和 new 对象表达式可用作语句”
代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace 淘宝自编工具
{
public partial class mainform : Form
{
public mainform()
{
InitializeComponent();
}
private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
{
}
private void button2_Click(object sender, EventArgs e)
{
this.Close;
}
private void mainform_Load(object sender, EventArgs e)
{
}
}
} 展开
代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace 淘宝自编工具
{
public partial class mainform : Form
{
public mainform()
{
InitializeComponent();
}
private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
{
}
private void button2_Click(object sender, EventArgs e)
{
this.Close;
}
private void mainform_Load(object sender, EventArgs e)
{
}
}
} 展开
8个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询