1
Reply

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

purnima

purnima

Sep 10, 2013
2k
0

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

    Vinay Singh
    June 23, 2016
    0