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

Re: using Webbrowser control (SHDocVw) to navigate file system by RBischoff

RBischoff
Wed Nov 10 11:46:59 CST 2004

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>