|
-
Sep 30th, 2003, 12:07 PM
#1
Thread Starter
New Member
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
-
Feb 22nd, 2004, 04:07 PM
#2
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|