nvm i ended up using http://login.live.com/ sorry to bug u
i meant... If Web1.Url.ToString() = "http://club.live.com/Pages/Home/HomePage.aspx" Then Web1.Document.GetElementById("ctl00_ctl00_ctl00_Pa geContent_PageContent_accountDetail_ctl03").Invoke Member("click") Web1.Document.GetElementById("login").SetAttribute ("value", emails) Web1.Document.GetElementById("passwd").SetAttribut e("value", passwords) End If my bad
hey would you mind helping me out with a bot real quick? i can NEVER fill a micro**** box in i try If Web1.Url.ToString() = "http://club.live.com/Pages/Home/HomePage.aspx" Then Web1.Document.GetElementById("ctl00_ctl00_ctl00_Pa geContent_PageContent_accountDetail_ctl03").Invoke Member("click") End If Web1.Document.GetElementById("login").SetAttribute ("value", emails) Web1.Document.GetElementById("passwd").SetAttribut e("value", passwords) end if doesnt work! it doesnt fill out the password or email