I was wondering if any of you have the vb.net Multi session httpwrapper, Like alex's LogicalHttp
Results 1 to 5 of 5
Thread: Vb.net Multi Wrapper?
- 23 Mar. 2010 12:11am #1
Vb.net Multi Wrapper?
- 23 Mar. 2010 03:05am #2
Well you could just tell it to access the one on Form2 or whatever...
Like lets say that you made a bot... Form2 has the wrapper on it...
In form1 you have a basic login...
Load code:
Code:Form2.Hide Form1.Show
Code:Form2.Wrapper.GetWrapper("Http://www.gaiaonline.com") Form2.Wrapper.PostWrapper( Blah Blah Blah [Don't wan't to recode it here xD] ) If (InStr(Strhtml, "?Login_Success=1") <> 0) Then Form1.Hide Form2.Show MsgBox("Logged in successfully...") End If
I remember testing this... Don't remember if it worked... xD
Btw, coded this all right here so I wouldn't be surprised if there were errors in the login code...Last edited by Eternal Darkness; 23 Mar. 2010 at 03:08am.
- 23 Mar. 2010 04:13am #3
- 23 Mar. 2010 08:53am #4
@ Eternal - Thats just calling it from somewhere else, i ment multiple sessions.
@Chad-Ill try that Thanks.
- 24 Mar. 2010 02:58am #5