using Webbrowser control (SHDocVw) to navigate file system

  • Thread starter Thread starter Calvin OUyang
  • Start date Start date
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
 
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>
 
Back
Top