Hi,
I have an application where I need to load images present in a folder onto my Visual Studio application. As in if I have a folder named temp and I have say 5 images temp1-temp5 inside the folder temp, i need to load each of the images temp1-temp5 (in an iterative fashion) and perform some operations on it. Can someone give me an idea as to how to do this
Thanks
Prashanth