I want to see the all intranet in my listbox. As you know, a drivelistbox or a filelistbox only allows to see the drives.
How can I make something similar with the left window of the Explorer or Windows 9X.
My best regards
José Nogueira
Printable View
I want to see the all intranet in my listbox. As you know, a drivelistbox or a filelistbox only allows to see the drives.
How can I make something similar with the left window of the Explorer or Windows 9X.
My best regards
José Nogueira
Are you trying to list all computers on the LAN? If yes, then check a Code Snippet I've posted for the similar topic.
I tried Serge code and it is compilable and linkable. However, the exe file answers me "Run-time error '438': object doesn't support this property or method!".
I tried a Step by Step running and it stops when it wants to pass the information to the object that shows the computers in the LAN.
I tried too the DriveListBox, the DirListBox and the FileListBox and none of them works. It always appears the run-time error I noticed.
What must I do to make it workable?
My best regards
José Nogueira
The code snippet is using a regular ListBox.