kosstr12 Master Cheater
Reputation: -1
Joined: 12 Jul 2008 Posts: 339
|
Posted: Thu Jan 15, 2009 7:14 pm Post subject: Help logging in with Visual Basic: |
|
|
Can some tell me how to use HTTPWrapper to login to check my grades, and return the info to me? The site to check them is pcxp.cherokee.k12.ga.us. so far I have this:
Dim strHTML As String
strHTML = wrapper.PostWrapper("https://pcxp.cherokee.k12.ga.us/Login.aspx/", "ctl00_ContentPlaceHolder1_txtUserID=myuserid&ctl00_ContentPlaceHolder1_txtPassword=mypassword")
But it seems to be freezing, any help?
|
|