How to how to develop a iteration of find message box?
purnima
Use a StringBuilder and then append the file/checksum to the stringbuilder object during each iteration, then call MessageBox.Show() on the stringbuilder object.