WinExplrer - List the files instead of Tile view - frm web brows c

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a web browser control in my program for bringing up files/folders
in Windows Explorer on a given user's workstatino -- searching special
files/folders on the company server. This works fine -- I call a default url
to the special folder on the server and up comes Windows Explorer on the
User's workstation and displays all the designated folders/files. My problem
is that the default view of Windows explorer when it comes up is in Tile
view. I need it to be in list view (or Detail view) but not Tile view. Is
there a way to control this behavior from the program rather than having the
user selecting the view option in Windows Explorer? How to do this from my
program?

Thanks,
Rich
 
There is no way to instruct the WebBrowser to change the view mode.

You can take a look at alternative 3rd party commercial controls which
provide Windows Explorer like shell browsing functionality such as Shell
MegaPack from http://www.ssware.com

G Himangi
 
Back
Top