标题:listbox关联textbox的问题
只看楼主
wujumao
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2007-6-30
得分:0 

string findstr;
findstr=textBox1.text;
n=listBox1.FindString(findstr);
if(n>=0)
listBox1.SetSelected(n,true);

不知Lz 是不是这个意思?
2007-07-01 14:57



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-147142-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.035559 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved