Good day everyone!
I'm currently working on a project and i need to open a text file and read a specific word.
As of now, i already know how to open a text file but my problem is i don't know how to read a specific word in a text file. (I know how to read a line but not a specific word)
I have three textbox and two buttons. the first textbox displays the content of the text file that i opened.
what i want to do is when i type a specific word in the second textbox it will appear on the third textbox if the word exists in the text file that i opened but if not a message box will pop out with a message "The word that you typed is not in the textfile".
Please help me... I'm new in c sharp language and i'm new in making projects at asp.net 3.5 windows application...
My project is called Data Capturing..
Thanks for the help