I need to make a simple windows form application in C#, that when I type something in a textbox, the program will search for the words in a path. For example, C:\Users\John\Desktop
using the "text" in the textbox as the search key.
Example
text in textbox = "room"
The program will search for the "room" on the desktop.
Possible output : (room202.swf) any file extension as long as the search key is on the name.
I hope I made myself clear.. if you have questions regarding this feel free to ask.