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 that I have yet to see anybody resolve (even though others have asked the exact same thing in other forums):
How do I automatically set the folder view to "View Details" if the user navigates to a folder on their computer instead of an html address?
I would like to do this as simply as possible (codewise) from within the webbrowser.
By right-clicking, I can access the context menu and manually change it to "View"-->"Details" but is there a way to do this programmaticall y within VB?
Thanks!
P.S., I would like to do this without requiring the user to change any of their IE explorer settings (or Windows folder view settings).
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 that I have yet to see anybody resolve (even though others have asked the exact same thing in other forums):
How do I automatically set the folder view to "View Details" if the user navigates to a folder on their computer instead of an html address?
I would like to do this as simply as possible (codewise) from within the webbrowser.
By right-clicking, I can access the context menu and manually change it to "View"-->"Details" but is there a way to do this programmaticall y within VB?
Thanks!
P.S., I would like to do this without requiring the user to change any of their IE explorer settings (or Windows folder view settings).
Comment