1
Reply

How to how to develop a iteration of find message box?

purnima

purnima

11y
2k
0
Reply

    Use a StringBuilder and then append the file/checksum to the stringbuilder object during each iteration, then call MessageBox.Show() on the stringbuilder object.