Hey!
I have a program that searches for a word in a .txt file. When it finds the word I want to print the following 5 lines under that word. So for example:
I search for "juice", and my label grabs this out of the textfile:
juice
apple
grape
orange
milk
Is there anyway to this in VB.NET?