User Profile

Collapse

Profile Sidebar

Collapse
float
float
Last Activity: Dec 19 '07, 04:56 AM
Joined: Dec 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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)...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...