logo 广告
Loading...
 导航 所在位置:论坛首页 -> ┈┋电脑网络┋┈ -> Asp/Asp.Net教程 -> 重写ComboBox的OnkeyUp方法
回复
标题:重写ComboBox的OnkeyUp方法收藏 编辑 删除 楼主 | 上一篇 下一篇
deoaiqing
头像
等级:大侠
权限:普通用户
积分:92
金钱:311
声望:169
经验:169
发帖数:169
注册:2008年8月22日
资料 短消息2008-9-30 21:35:42
     using System;
    using System.Collections.Generic;
    using System.Text;

    namespace winform1
    {
        public class OurComBox : System.Windows.Forms.ComboBox
        {
            //==============overwrite ComboBox OnkeyUp method
            protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e)
            {
                foreach (object item in this.Items)
                {
                    string[] strs = item.ToString().Split("-".ToCharArray());//利用空格来分格字符串
                    if (strs[0].Trim().Equals(this.Text))//如果输入的值等于前面的编号
                    {
                        this.SelectedItem = item;
                        this.SelectAll();
                    }
                }
                base.OnKeyUp(e);
            }
            //=================
        }
    }

签名

2008-9-30 21:35:42 顶部
第1页 共页 共0个回复     <<    >>    
 快速回复
  • 支持UBB,HTML标签

  • 高级回复

  • 操作选项:评分 加精 解精 奖惩 设专题 设公告 解公告 固顶 总固顶 解固顶 结帖 解结帖 锁帖 解锁 移帖 删帖
      首页 | 购买指南 | 虚拟主机 | 特色介绍 | 下载中心 | 支付方式
    Copyright 2004-2008 BBSGood.com Powered By: BBSGood.Speed Version 5.0
      咨询电话:0575-85513832、0575-85513825(传真)、7*24小时咨询服务:13606552007 不良信息举报中心 浙ICP备05029817号
      业务QQ:38958768、客服QQ1:415896239、客服QQ2:343896043、MSN:jccsxx@hotmail.com