Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Here is the thing... I need some sort of control to display files and folders as they are displayed in explorer. I tested the web browser control like this

AxWebBrowser1.Navigate2("C:\")

 

and it works fine. I am just wondering if there is a way to make the control display its toolbar (explorer like) or if not, how can i make it change its view to details (I can do this by right clicking on empty space and going to View-> Details, but i need to do it programmaticaly).

I searched the internet for related articles but came up with nothing and that makes me curious as to why noone has written anything about this yet. I am developping for XP pro.

Thanks for your time guys....

Posted

I would also like to say that this:

 

The Visual Basic 6.0 FileListBox control was typically used to select files in a File Open or Save dialog box.

 

is totally stupid (I took it from MSDN). I was never using the file listbox thing in VB6 since it was very ugly but i was hoping to find an improved equivallent in .NET

Oh and I have .NET 2003 :)

Posted
Come on u guys! There must be some info on this topic! Its rather interesting I might add and can prove very usefull if there are ways of manipulating the nested object in the Browser Control. I figured I could use the .Document property but then what? Damn late binding!!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...