Search:

Type: Posts; User: Passgad

Search: Search took 0.02 seconds.

  1. Replies
    64
    Views
    173,719

    Re: Create Virtual Directory in IIS using VB.NET

    The original code create a Web application under wwwroot.

    Someone knows how to create juste a virtual directory (not a web application) with the Browse option ?

    For an example, I've created a...
  2. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    I will try to PM the source code tonight or tomorrow, but please, do not share... Just take what you need.

    I also found something interresting; you cannot grab value of a textbox with property...
  3. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Ok, I found a way to get the value a the txtVersion when the page is not in a frameset :

    Private Sub AxWebBrowser1_DownloadComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles...
  4. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    I tried this :


    Dim document As mshtml.HTMLDocument = DirectCast(WebBrowser1.Document, mshtml.HTMLDocument)
    Dim form As mshtml.HTMLFormElement = DirectCast(document.forms.item(0),...
  5. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Sorry, it's not online and it uses the windows authentication...

    But basically, I have an application like yours with the webbrowser control who refers the a basic html page with 2 frames in it....
  6. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    Hi kleinma,

    I found great info in this post but you didn't answer how to access a frame with the webbrowser.

    I have a page with 2 frames and I want the value of a textbox (txtVersion) in the...
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width