Hello. I have a listview in my vb.net program and a textbox on a form.
If the user enters a text in runtime and clicks on Enter key,
the program should find the first row and highlight it, then if user clicks enter for the second time, the next matching row must be highlighted next.

The text should find in column 0 (first column)

Any help would be very much appreciated

thanks and have a nice day!
Bob