|
-
Jun 5th, 2010, 09:09 PM
#1
Thread Starter
New Member
Clicking login button in webbrowser HELP ):
So i am trying to log in to meebo.com, the MSN specifically, and i am able to fill in the username and password box but i can't seem to get vb to click the login button.
WebBrowser1.Document.GetElementById("msnid").SetAttribute("Value", user.Text)
WebBrowser1.Document.GetElementById("msnpassword").SetAttribute("Value", pass.Text)
WebBrowser1.Document.GetElementById("imsignon").InvokeMember("click")
please help /: been at this for hours.
P.S I have been thinking that maybe if i make VB press the enter key in the password box it will have the same effect as pressing login. If so, may you help me figure out how to do this? ):
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
|