VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
12
返回列表 发新帖
楼主: solhjx

高手请进,文本搜索非常感谢。。

[复制链接]

0

主题

56

帖子

21.00

积分

新手上路

Rank: 1

积分
21.00
发表于 2020-4-6 14:15:01 | 显示全部楼层
private int position = 0;

private void Button1_Click(object sender, System.EventArgs e)
{
        if ((position = text2.Text.IndexOf(text1.Text.Trim(), position)) < 0)
        {
                position = 0;
                MessageBox.Show ("搜索已到达文档末尾");
        }
        else
        {
                text2.Select(position, text1.Text.Trim().Length);
                position += text1.Text.Trim().Length;
        }
}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表