Web Browser Control

R

Rob Hamlin

I am using the web browser control in a form to show me the contents of a
folder.

I see all the files and folders and have full drag and drop and file
management which I would expect.

What I want is to change the view to a detailed view rather then tiles.

Any Ideas?
 
K

Krzysztof Naworyta

Juzer Rob Hamlin <[email protected]> napisa³
| I am using the web browser control in a form to show me the contents of
| a folder.
|
| I see all the files and folders and have full drag and drop and file
| management which I would expect.
|
| What I want is to change the view to a detailed view rather then tiles.
|
| Any Ideas?

With me.web1.Object
.Navigate "C:\"
.Document.CurrentViewMode = 4
End With
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top