Internet Transfer Control

Internet Transfer Control

The article accompanying this code will show you how to use the code. Each line of code is described in the article. Enjoy!

'**************************************************************
'HTTP Transfer Routine
'Author: S.S. Ahmed
'Dated: March 05, 2001
'Special thanks: I would like to thank UNKABOOT for his help
'and guidance and for encouraging me to write for you people.
'NOTE:
'Please dont remove the date stamp for versioning purposes.
'**************************************************************

Private Sub Command1_Click(Index As Integer)

Select Case Index
   Case 0:
       If txtURL.Text <> "" Then
           RichTextBox1.Text = Inet1.OpenURL(txtURL.Text, icString)
       End If
   
   Case 1:
       End
End Select
End Sub


You might also like...

Comments

S.S. Ahmed S.S. Ahmed is a senior IT Professional and works for a web and software development firm. Ahmed is a Microsoft Office SharePoint Server MVP. Ahmed specializes in creating database driven dynamic we...

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration.” - E. W. Dijkstra