- 51Aspx源码必读.txt[2KB]
- Form1.cs[6KB]
- Form1.Designer.cs[13KB]
- Form1.resx[5KB]
- ListBox练习.csproj[3KB]
- Program.cs[496B]
- from.gif[4KB]
- ListBox练习.sln[915B]
- 最新Asp.Net源码下载.url[123B]
源码介绍
马户ListBox练习示例源码
源码描述:
马户ListBox练习示例源码
可以向ListBox添加选项,然后分为三块,可以把添加的选项来回移动,清除
适合初学者
private void button3_Click(object sender, EventArgs e)
{
//像listBox1中添加条目
if (textBox1.Text != "")
{
string msg = "";
msg = textBox1.Text;
listBox1.Items.Add(msg);
textBox1.Text = "";
}
textBox1.Focus();
}
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|