I have a winform that does file searching and display results in a datagridview. I also have picture boxes that display the file as well. The process: enter file name and click search, displays results in grid and pictures in picture box.
I want to be able to click search again but this time if it is the same file, i don't want to run my picture process therefore resulting in better performance. Not sure on how to achieve this?