Here is an easy to make example that demonstrates my issue.
On a new windows form:
1.) Place a button, textbox, and WebBrowser control.
2.) Use the following code for form 1:
Public Class Form1
Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click
WebBrowser1.Nav igate(TextBox1. Text)...
User Profile
Collapse
-
WebBrowser Control Puzzle - Setting Folder View
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...
No activity results to display
Show More
Leave a comment: