Ok, i wanna make a program that will take a url and load that page into a textbox so you can see the HTML code. My problem is i cant figure out how to get the HTML file so i can load it into the textbox. Any suggestions.
Printable View
Ok, i wanna make a program that will take a url and load that page into a textbox so you can see the HTML code. My problem is i cant figure out how to get the HTML file so i can load it into the textbox. Any suggestions.
Add an iNet1(Microsoft Internet Transfer Control) to your form and add a command button and 2 text boxes.
Paste this code to the command1_click()
that's all :)Code:Text2.Text = iNet1.OpenURL (Text1.Text, icString)
Laterz,
D!m
[Edited by Dim on 07-12-2000 at 05:05 PM]