1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help With Vb6 Webbrowser Control

Discussion in 'Programming' started by hackmon, Feb 17, 2013.

  1. #1
    I am creating a vb6 app using the webbrowser control. I want to check the url of the webbrowser each time the document completes loading and fill the textbox(text2.text) with its url if the url is the value of another textbox(text1.text)
     
    Solved! View solution.
    hackmon, Feb 17, 2013 IP
  2. #2
    You should try it , it might give you result you want

    String url;
    url=webbrowswer1.url;
    if url= "yoururl"
    text2.text=url;
    end if
     
    worldart, Feb 19, 2013 IP