CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    6

    get data from website

    hi, how am I able to get data from a website and display it? the data from the website is live and changes a lot. I currently have a comobox which I have 3 options. The 3 options represent the 3 types of data i want to retrieve form the site. I want to be able to use the comobox and if I select Option 1, display option 1's data. When looking at the source of the website, the section I want to pull the data from is in an IFRAME and is using a script as well. So I guess the comobox can be a filter because all the data I want to get is in the single IFRAME and is on 1 page of the site only. Can anyone show me how I would do this? Thanks

  2. #2
    Join Date
    Jan 2011
    Posts
    14

    Re: get data from website

    What is the website url and the data that you want to get from it?

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: get data from website

    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Aug 2008
    Posts
    6

    Re: get data from website

    Quote Originally Posted by ecoder47 View Post
    What is the website url and the data that you want to get from it?
    i need to get data from this http://www.dotacash.com/igetGames.php

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