i am using Inet control to login to a site and then i want to grab cookies to textbox
Private Sub Form_Load()
Inet1.Execute " https://bbhyip.ru", "POST", "login=user&password=pass&submit=", "Content-Type: application/x-www-form-urlencoded"
End Sub
Private Sub Command1_Click()
Text1.Text = Inet1.GetHeader
End Sub
but so far i can only grab the header, i cant find a way to grab cookies to textbox using inet
please help me
thank you in advance
Private Sub Form_Load()
Inet1.Execute " https://bbhyip.ru", "POST", "login=user&password=pass&submit=", "Content-Type: application/x-www-form-urlencoded"
End Sub
Private Sub Command1_Click()
Text1.Text = Inet1.GetHeader
End Sub
but so far i can only grab the header, i cant find a way to grab cookies to textbox using inet
please help me
thank you in advance