Hey..
I would like to use the internet transfer control, but when adding this code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Inet1.Protocol = icHTTP
Inet1.URL = Text1.Text
Inet1.Execute(, "GET")
End Sub
I get build errors saying that Inet1 is not declared...
I probably need to add some controls, but the problem is, I don't know from where? I can't find any control in the tool box or wherever that has anything to do with the internet transfer control?
Would appreciate some help here
I would like to use the internet transfer control, but when adding this code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Inet1.Protocol = icHTTP
Inet1.URL = Text1.Text
Inet1.Execute(, "GET")
End Sub
I get build errors saying that Inet1 is not declared...
I probably need to add some controls, but the problem is, I don't know from where? I can't find any control in the tool box or wherever that has anything to do with the internet transfer control?
Would appreciate some help here