473,399 Members | 4,177 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Webbrowser with Details view C#

2
Hi,

Info
I'm building a simple folder navigation application in C#. I added a webbrowser and a button to the form. if button1 is clicked the webbrowser should navigate to C:\

Expand|Select|Wrap|Line Numbers
  1. private void button1_Click(object sender, EventArgs e)
  2.       {
  3.          webBrowser1.Navigate(@"C:\");
  4.       }
Question
when i run the application the folders&files are sorted in tiles view, i want them to be sorted in details view. any suggestions on how to accomplish that ?

Thanks in advance !!!!
May 30 '08 #1
2 1925
shweta123
692 Expert 512MB
Hi,

One method to do this is to go to the windows explorer , go to the Views and change view to "details view".

Hi,

Info
I'm building a simple folder navigation application in C#. I added a webbrowser and a button to the form. if button1 is clicked the webbrowser should navigate to C:\

Expand|Select|Wrap|Line Numbers
  1. private void button1_Click(object sender, EventArgs e)
  2.       {
  3.          webBrowser1.Navigate(@"C:\");
  4.       }
Question
when i run the application the folders&files are sorted in tiles view, i want them to be sorted in details view. any suggestions on how to accomplish that ?

Thanks in advance !!!!
May 30 '08 #2
Bcool
2
Hi,

One method to do this is to go to the windows explorer , go to the Views and change view to "details view".
Thanks for the quick reply,
If i set the views to "Details view " in windows explorer and start the application
i still get a different view. Is there anyway to achieve this with code ?

I appreciate your time and effort!
May 30 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Pete | last post by:
One way to accomplish thumbnail imaging without excessive lines of code is using the web browswer control (see WebBrowseWeb form in Solutions.mdb). The trouble is when I point to a directory path...
2
by: Dave | last post by:
Hi, I'm creating a windows forms utility to create dhtml flyout menus. I want to load the html and javascript generated into a webbrowser control, thats on the form, so I can view the menus and...
9
by: ASP .NET Newbie | last post by:
How can I run a WebBrowser control using ASP.NET/VB.NET? I know I can use the WebClient to get the page data, but I need to be able to use the WebBrowser (AxWebBrowser)? Thanks, Chad
0
by: Gordon | last post by:
Microsoft Knowledge Base Article - 311288 . HOW TO: Invoke the Find, View Source, and Options Dialog Boxes for the WebBrowser Control from Visual Basic .NET. This article demonstrates the View...
2
by: Lee | last post by:
Hi, I am using the WebBrowser control included with VS2005 to view XML files, and they are being displayed correctly as far as I can tell. The problem I am having is saving these XML files to...
7
by: Doe | last post by:
I've been trying this for months. Doesn't work. I've used the code in this article, http://support.microsoft.com/kb/311288/en-us, HOW TO: Invoke the Find, View Source, and Options Dialog Boxes...
5
by: mabond | last post by:
Hi recently read a posting and reply about Excel processs still running after the Appliction.Quit was called. Thought I might be able to use the same...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
1
by: float | last post by:
Hello all, I have an application I have written in VB that utilizes the web browser control. Users can access webpages with it but also scan folders on their computer. Here is my question...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.