Results 1 to 2 of 2

Thread: how to automate axwebbrowser to click checkbox & buttons

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    8

    how to automate axwebbrowser to click checkbox & buttons

    I have been reading the messages about automating the navigation for a webbrowser control. However, most appear to be for VB6 not vb.net

    I know I can fill in a text control like this
    AxWebBrowser1.Document.forms(0).All("UserAccount").value="xyz"

    But how do I click a checkbox?

    If there are muliple buttons, how do I click the one I want?

    Thanks for any advice

  2. #2
    New Member
    Join Date
    Feb 2004
    Location
    Portugal
    Posts
    4
    Use .Check and .Click and only for the forms you want to (the ones you wish to leave in blank don't do nothing)

    hope this helps

    regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width