Suppose I have a textfile on C://file.txt
On that text file contains -
Now my question is -
I have a csharp winform application
Button1
Textbox1
Listbox1
I wanna put a code on button1-
If I write in textbox1= E
On listbox show all Word started with E from
file.txt
If I type "Do"
then show
Done
Doing
Dog
How to do this?
Thanks in advanced
On that text file contains -
Code:
Buoyes bytes Bubble Coogle Code Cripsy Cyclone Crime Criminal Dog Din Done Doing Duty Desk Eagle Ear Eat ....... etc
I have a csharp winform application
Button1
Textbox1
Listbox1
I wanna put a code on button1-
If I write in textbox1= E
On listbox show all Word started with E from
file.txt
If I type "Do"
then show
Done
Doing
Dog
How to do this?
Thanks in advanced
Comment