收藏 分享(赏)

ListBox重复项检测.doc

上传人:j35w19 文档编号:7568815 上传时间:2019-05-21 格式:DOC 页数:3 大小:72.50KB
下载 相关 举报
ListBox重复项检测.doc_第1页
第1页 / 共3页
ListBox重复项检测.doc_第2页
第2页 / 共3页
ListBox重复项检测.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、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 Ex067public partial class Form1 : Formpublic Form1()InitializeComponent();private void btn_add_Click(object sender

2、, EventArgs e)if (txt_add.Text = “) /文本框为空MessageBox.Show(“添加的内容不能为空!“);txt_add.Focus(); /获取焦点elseif (listBox1.Items.Count 0) /判断列表框中是否有项/循环比较是否有重复项,有则放弃添加for (int i = 0; i listBox1.Items.Count; i+)if (string.Compare(listBox1.Itemsi.ToString(), txt_add.Text) = 0)MessageBox.Show(“列表框中已有相同项,不能添加!“); /提示信息txt_add.Text = “; /清空文本框txt_add.Focus();return;listBox1.Items.Add(txt_add.Text.ToString(); /添加项txt_add.Text = “;elselistBox1.Items.Add(txt_add.Text.ToString(); /将文本框中的数据添加到列表框txt_add.Text = “;

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 管理学资料

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报