CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Posts
    24

    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?


  2. #2
    Join Date
    Jan 2001
    Posts
    365

    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
  •  





Click Here to Expand Forum to Full Width

Featured