Hello i started with shellgong i have local net, but i woild like going from the begining to the end of all connections and have access to the pc...
i can going directo to the network place but no to open

if( shellView1.CurrentFolder.ToString() == "shell:///NetworkPlacesFolder")
{
// shellView1.CurrentFolder.FileSystemPath.ToString();
if( shellView1.CurrentFolder.HasSubFolders )

                shellView1.CurrentFolder.GetIDataObject;

            }
          // MessageBox.Show( shellView1.SelectedItems[0].FileSystemPath) ;
        }