Now, for a certain need, I want to make a software that includes functions as following:
First, I need to enumerate all of the online computers and show them in a listbox.
Then, I need to enumerate every computer's shared files, and show them in other listbox as well.
But if our enumeration come across any computers which require a password to visit its shared folders, we only need record it and pass it.
My problem is that I can't find any example or document introduce how to make it. I only find a repeated example that enumerate online computers, but it can't work or work well. Can you give me some example or thoughts? Meanwhile, I also need you offer me some APIs about this, only offer their names is OK, I can search them on the internet.