VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Place source code of an internetpage in a text box

by mr_Edje (2 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Place source code of an internetpage in a text box

API Declarations


' just place a microsft internet transfer control 6.0 on your form
' place an textbox on your form

Rate Place source code of an internetpage in a text box



Private Sub Form_Load()
Inet1.OpenURL ("http://www.vbcode.com")
Text1.Text = Text1 & Inet1.OpenURL
End Sub


Download this snippet    Add to My Saved Code

Place source code of an internetpage in a text box Comments

No comments have been posted about Place source code of an internetpage in a text box. Why not be the first to post a comment about Place source code of an internetpage in a text box.

Post your comment

Subject:
Message:
0/1000 characters