Results 1 to 3 of 3

Thread: Grabbing text in VB

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Posts
    60

    Red face

    How could i grab text from a site like yahoo news and display it in my app
    What is Life? One big dream or one Big nightmere.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well you could use the webbrowser control, or connect to the site on port 80 using the winsock control, send the HTTP commands to get the page, and then parse out the text.

    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Guest
    You can also use the iNet control for it.

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