Changes

Internet Transfer Control in VB6

410 bytes added, 19:48, 6 February 2008
The following lines were added (+) and removed (-):
Example 1:  <nowiki>Private Sub cmdGo_Click()</nowiki>  <nowiki>  inet.Protocol = icHTTP</nowiki>  <nowiki>  inet.URL = txtAddress.Text</nowiki>  <nowiki>  txtOut.Text = inet.OpenURL</nowiki>  <nowiki></nowiki>  <nowiki>End Sub</nowiki>  <nowiki></nowiki>  <nowiki>Private Sub Form_Load()</nowiki>  <nowiki>  txtAddress.Text = "http://wiki.robotz.com"</nowiki>  <nowiki>End Sub</nowiki>Example 2:
Bureaucrat, administrator
16,192
edits