|
-
May 14th, 2001, 11:55 PM
#1
Reading from the Browser Control
Okay, I am displaying blah.txt in the browser control, how can I read from it, and display that text in a text box?
-
June 2nd, 2001, 06:49 AM
#2
Re: Reading from the Browser Control
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|