votes
Displaying pictures in popup windows using C#
I'm writing a program that checks a directory for incoming files. The files are text and images. If it's a text file, I display its contents in a listbox. If it is image file, its displayed in a picturebox. The problem I have is that if 10 ...
