I'm interested in creating a program in which I can enumerate Network Computer Names into like a Treeview control allowing users to select multiple computer names to perform functions on. Thus the function would need to return all the names of the selected computers. Any ideas on existing Win32API functions needed to do this?
I'd probably decompile the window find computer app just to check out what API calls they use. I believe all the Windows network API start with "WNet..." check your api reference.
- Ben