Changes

Internet Transfer Control in VB6

255 bytes added, 21:28, 6 February 2008
/* Using the OpenURL Method to Retrieve an HTML Page */
The following lines were added (+) and removed (-):
Example 2: VBA, Uses the internet transfer control with HTTP to create an HTML page.   Example 2: Using byte array then converting  Private Sub cmdGo_Click()  Dim bAr() As Byte, cnt As Integer  inet.Protocol = icHTTP  inet.URL = txtAddress.Text  bAr() = inet.OpenURL(, icByteArray)  txtOut.Text = StrConv(bAr, vbUnicode) End Sub Example 3: VBA, Uses the internet transfer control with HTTP to create an HTML page.   
Bureaucrat, administrator
16,192
edits