Aberf
May 14th, 2001, 11:55 PM
Okay, I am displaying blah.txt in the browser control, how can I read from it, and display that text in a text box?
|
Click to See Complete Forum and Search --> : Reading from the Browser Control Aberf May 14th, 2001, 11:55 PM Okay, I am displaying blah.txt in the browser control, how can I read from it, and display that text in a text box? pmmbala June 2nd, 2001, 06:49 AM 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 pmmbala_old June 2nd, 2001, 06:49 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |