|
-
Aug 2nd, 2007, 01:02 PM
#1
New Member
Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control
ohh great!!
salutations to you...
you are online..
well i posted this code as follows:
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
WebBrowser1.Document.All.Item("IDTextBox").InnerText() = "202"
WebBrowser1.Document.All.Item("PasswordTextBox").InnerText() = "123"
WebBrowser1.Document.All.Item("SelectButton").InvokeMember("click")
End Sub
I am really new to this field, any help would work a long way for me..
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
|