We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 27,032 times

Related Categories

Internet Transfer Control - Internet Transfer Control

S.S. Ahmed

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


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 web sites. He has been working with SharePoint for the last 3-4 years. He develops customized SharePoint solutions. Ahmed likes to hop into other tools as well. Ahmed has used Project Server, InfoPath and BizTalk. Ahmed enjoys travelling and has been to many parts of the world. Web: www.walisystems.com Blog: www.sharepointblogs.com/ssa

Comments

  • Great code

    Posted by mrjdesign on 07 Oct 2001

    but where cna i find more information and help files on this control.

    I dont have the INET98.CHM file any where. :(