Results 1 to 10 of 10

Thread: Grabbing Contents From A Third Party Website

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Talking Grabbing Contents From A Third Party Website

    hi all im trying to do a datagrabber application which i do not know where to start from...and i would like to get the contents from a third party website for eg. http://www.asianbookie.com/ i can grab this contents with just one click on the visual basic application. below are the samples which i would like to grab. i do not know much about visualbasic in this kind how you all can help me out with this application thanks

    12/3 03:45 Inter Milan vs Liverpool 1.925 0 : 1/2 1.975 1.80 3.31 4.47

  2. #2
    Member BytePtr's Avatar
    Join Date
    Apr 2007
    Location
    EE
    Posts
    44

    Re: Grabbing Contents From A Third Party Website

    Im doing similar stuff right now with YouTube. But im programming in Delphi.
    Algo is simple.

    Download the html, htm or php file that contains that info and open it.
    Start searching for info you need. Look what tags are used and then start parsing for them to get data you need.

    Also you must know when this data is updated. Is it daily or every week etc.
    So you will know how often you must download the page again to parse it and display new info. If you dont update it and/or dont know how often its updated then user will get old/wrong info.


    You should search in forums also with keyword: "parsing" and in VB the: MID$, LEFT$ and RIGHT$ are very handy for parsing.
    Please rate my post if it has been helpful.
    Mark the thread as [Resolved] when your problem is solved!


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Grabbing Contents From A Third Party Website

    oh ok but is there any simple codes like web browser then one button click it will auto save the value that i wanted to get ?

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Grabbing Contents From A Third Party Website

    hope hat anyone could help me

  5. #5
    Member BytePtr's Avatar
    Join Date
    Apr 2007
    Location
    EE
    Posts
    44

    Re: Grabbing Contents From A Third Party Website

    Probably there are some ActiveX controls for HTML parsing but im doing all hard work by myself without any help of third party DLLs. The downloading, parsing, grabbing etc.
    And yes in my YouTube videograbber im doing all this in one single button click.
    Im using procedures and functions and calls to them are in ButtonClick event.


    So YOU must do the same thing if you want this data to be available with single click . Code the functions and subs to do all that parsing etc and display it on some label for example. It's your choice.

    You must remember one thing: you can't get this data without parsing this webpage. If parsing is unknown topic for you the i suggest you to search for simple examples.

    http://www.google.ee/search?hl=et&q=...&btnG=Otsi&lr=


    If you need any further help then just ask.
    Please rate my post if it has been helpful.
    Mark the thread as [Resolved] when your problem is solved!


  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Grabbing Contents From A Third Party Website

    hmmm still cant work any guide ?

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Grabbing Contents From A Third Party Website

    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Grabbing Contents From A Third Party Website

    is there any vb source ?

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Grabbing Contents From A Third Party Website

    What do you mean? Its all VB 6 code.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Grabbing Contents From A Third Party Website

    oh okok ill try put it up

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