Search a String in A TextBox and Highlight in VB6
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.
- Read more about Search a String in A TextBox and Highlight in VB6
- Log in or register to post comments
- 1904 views
Double click the Timer and do the following code. The event is, everytime the timer ticks, the numbers in the Textbox will randomly roll.
To start building with this application, let’s open first our last project called “student_info”. Then add Buttons and Label.