Okay, I am displaying blah.txt in the browser control, how can I read from it, and display that text in a text box?
Printable View
Okay, I am displaying blah.txt in the browser control, how can I read from it, and display that text in a text box?
just add the component - mircrosoft internet transfer control
and add a text box in ur form,and that control
and text1.multiline = true
in form load just add the code
Text1.Text = Inet1.OpenURL("www.hotmail.com")
-this is will retun the complete page code in ur text box