Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Keneda88
  • Content: Threads
  • Order by date
  1. Keneda88

    select option from list box with webbrowser in vb.net 2005

    Hi I am programmer with a little over a year of experience. I am trying to automate a website form but cannot change the selected item 3 different list boxes. The code I have now is: Me.stateSelectElement = Me.classfiedsforfreebrowser.Document.GetElementById("select-state") this collects one...
  2. Keneda88

    updating webbrowser

    once again i am stuck. i have to webbrowser that i navigate to a site useing webbrowser.navigate("siteurl") after i save some values and other stuff i change the page by focusing on a button then using sendkeys.sendwait((chr(13)) (the enter button) the page then changes (i know it changes...
  3. Keneda88

    simulate click which fires javascript

    I am having trouble getting a button on a web page to click. I am able to get the element and have tried using invokemember but it didnt not work. All i want to do i simulate a click on a button that fires off a javascript to the next page. when you put the curser over the button javascript...
  4. Keneda88

    passing data to webpage

    hi, I am semi new to programming and have encountered a problem. I want to open a web page, then send lets say a username and password or an email and password to a webpage that I do not control. An example would be creating a program that opens ww.tek-tips.com (in internet explorer or firefox...

Part and Inventory Search

Back
Top