higlight

Search a String in A TextBox and Highlight in VB6

Submitted by donbermoy on
This tutorial provides to create a program that has the capability of finding a string in a textbox and highlight it using Visual Basic 6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Find a String". Add also one TextBox named TextBox1 for inputting any text on it.