using Webbrowser control (SHDocVw) to navigate file system

C

Calvin OUyang

This is not a problem itself by using:
AxWebBrowser1.Navigate("C:\Documents and Settings\Calvin Ouyang\My
Documents\My Pictures"). However sinceI am browsing the My pictures
folder, I want to show the thumbnail view. Is a way I can control that
by using this webbrowser control (SHDocVw)?

Thhanks a lot.

Calvin
 
R

RBischoff

Hello Calvin,

I believe that "thumbnail view" is built into explorer. Please see this article for details.
http://msdn.microsoft.com/msdnmag/issues/0600/w2kui2/w2kui2.asp

Best of luck!

Your C# ally ,
RBischoff


CO> This is not a problem itself by using:
CO> AxWebBrowser1.Navigate("C:\Documents and Settings\Calvin Ouyang\My
CO> Documents\My Pictures"). However sinceI am browsing the My pictures
CO> folder, I want to show the thumbnail view. Is a way I can control
CO> that by using this webbrowser control (SHDocVw)?
CO>
CO> Thhanks a lot.
CO>
CO> Calvin
CO>
 

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