Click to See Complete Forum and Search --> : Intranet in a Listbox
janogueira
Nov 6th, 2000, 09:44 AM
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
Serge
Nov 6th, 2000, 02:08 PM
Are you trying to list all computers on the LAN? If yes, then check a Code Snippet (http://forums.vb-world.net/showthread.php?threadid=32894#post131270) I've posted for the similar topic.
janogueira
Nov 7th, 2000, 12:15 PM
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
Serge
Nov 7th, 2000, 02:03 PM
The code snippet is using a regular ListBox.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.