| |

VerySource

 Forgot password?
 Register
Search
View: 1065|Reply: 10

Experts invited, thank you very much for text search. .

[Copy link]

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

Post time: 2020-1-28 23:00:02
| Show all posts |Read mode
The text search is awesome!
Reply

Use magic Report

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

 Author| Post time: 2020-3-1 16:45:01
| Show all posts
Which big brother talks about the situation?
Reply

Use magic Report

0

Threads

56

Posts

21.00

Credits

Newbie

Rank: 1

Credits
21.00

 China

Post time: 2020-3-8 18:15:01
| Show all posts
How do you want to find out clearly ...
Reply

Use magic Report

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

 Author| Post time: 2020-3-9 15:45:01
| Show all posts
In winform, there are two textbox1, textbox2, and textbox2 with a lot of content. Enter the keywords in textbox1, and in textbox2, if there is any, find the relevant content, and return if not.

Thank you
Reply

Use magic Report

1

Threads

3

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-3-10 11:00:01
| Show all posts
if text1.text.indexof ("a")> 0 ....
Reply

Use magic Report

0

Threads

56

Posts

21.00

Credits

Newbie

Rank: 1

Credits
21.00

 China

Post time: 2020-3-10 21:00:02
| Show all posts
string keyWord = text1.Text.Trim ();
string context = text2.Text;
if (context.IndexOf (keyWord)> 0)
{
   //turn up...
}
Reply

Use magic Report

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

 Author| Post time: 2020-3-13 16:00:01
| Show all posts
Thank you very much,
What if several of them match?
And it's better to find one and mark one, so that it has the effect like our Ctrl + F
What should I do?
Reply

Use magic Report

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

 Author| Post time: 2020-3-14 18:00:01
| Show all posts
For example, if the search is found, can the mouse be positioned?
Reply

Use magic Report

0

Threads

38

Posts

22.00

Credits

Newbie

Rank: 1

Credits
22.00

 China

Post time: 2020-3-15 08:15:02
| Show all posts
Multi-pattern matching?
Reply

Use magic Report

1

Threads

6

Posts

7.00

Credits

Newbie

Rank: 1

Credits
7.00

 China

 Author| Post time: 2020-3-18 20:00:01
| Show all posts
What should we do?
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list