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? ):