Hi All,
i am new to VB.
below is the scenario
I am having 2 Textboxes say Text1 and Text2
i need to find the Text2.text in the Text1 with whole word constraint
i would like to get coding for this.
please help me on this.
Example Scenario:
Text1:
Hi
Hi
Hii
Hi
Text2:
Hi
when i click Find button it has to highlight the first "Hi". for the second click it has to highlight the Seconf "Hi". for third click it has to highlight the last "Hi" and not "Hii"
Regards,
Den
i am new to VB.
below is the scenario
I am having 2 Textboxes say Text1 and Text2
i need to find the Text2.text in the Text1 with whole word constraint
i would like to get coding for this.
please help me on this.
Example Scenario:
Text1:
Hi
Hi
Hii
Hi
Text2:
Hi
when i click Find button it has to highlight the first "Hi". for the second click it has to highlight the Seconf "Hi". for third click it has to highlight the last "Hi" and not "Hii"
Regards,
Den
Comment