leokuz 0 Light Poster

I use this code to view remote files. The trouble is that when I double-click on any of the remote folders, it opens window explorer (windows live?) to display contents of that folder. However, I would like it to be in the same original folder (this program's browser). Also (sorry for 2nd question), is there a way to change default view to "List View" and so that this view would not change even in subsequently opened folders (see screenshot for your convenience). Thank you.

Private Sub cmdSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdSubmit.Click

        WebBrowser1.Navigate("ftp://username:password@01.02.03.04//files")

    End Sub
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.