Re: Can I change webbrowser (to display file and folder) view mode (thumnails, icon, list etc)



If your app runs on XP, you can call IFolderView::SetCurrentViewMode
You can query IFolderView from IShellView, which can be obtained from
IShellBrowser.QueryActiveShellView
You can query IShellBrowser through IServiceProvider by asking your
WebBrowser control for the SID_STopLevelBrowser service

--
Sheng Jiang
Microsoft MVP in VC++
"TEKNIK" <sezerozser@xxxxxxxxx> wrote in message
news:1190244804.499259.89400@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
There is WebBrowser control in my VB6 application. I use it to display
file and folder. How can I change programmaticaly its view mode
(Thumbnails, Icons, List, Details)



.