This is really a fairly simple project, if you have specific questions as to how to do something I would be more than willing to help, but I won't do your project for you.
You will need a picturebox (obviously), set its sizemode to stretchImage.
You will need a textbox to enter the name of the file to search for.
You will probably need a "Search" button (instead of searching every time the user types in the textbox).
If there is only one specific folder you will be searching in, I would hardcode that in the program. Personally I would allow the user to select the folder.
Finding the correct file is simply looping through all of the files in the folder you/the user specified until you find the correct one.