I need to set the value of a text box on a web page with VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • berlich
    New Member
    • Mar 2008
    • 3

    I need to set the value of a text box on a web page with VB

    I have created a form with a web browser control and button on it.

    After the desired page loads in the browser, pushing the button should change the value of an input type="text" (text box) on a form on the open web page.

    Can you show me the code to do this. If it helps the page is www.protk.com and the text box is the member id.

    This is my first attempt at controlling a web page from a VB program and I'm a little confused.

    Thanks,

    Brian
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    MSHTML = Microsoft HTML Object Library

    Use that control a webpage in VB6.

    Comment

    Working...