Place source code of an internetpage in a text box
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
(1(1 Vote))
Private Sub Form_Load()
Inet1.OpenURL ("http://www.vbcode.com")
Text1.Text = Text1 & Inet1.OpenURL
End Sub
Place source code of an internetpage in a text box Comments
No comments yet — be the first to post one!
Post a Comment