摘要:
在C#中如下代码 var cbo = new ComboBox();cbo.DropDownStyle = ComboBoxStyle.DropDownList;var cbo.DataSource = new int[]{1, 2, 3};cbo.SelectedIndex = 0;cbo.Sel 阅读全文
posted @ 2023-08-12 20:43
swtool
阅读(270)
评论(1)
推荐(0)
摘要:
这个是由于你的程序在运行过程中开启了新线程,而在结束时没有把线程退出 private void BtnUpdate_Click(object sender, EventArgs e) { int iX = this.Left; int iY = this.Top; Thread thr = "更新" 阅读全文
posted @ 2023-08-12 14:22
swtool
阅读(177)
评论(0)
推荐(0)

浙公网安备 33010602011771号