CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Dec 2008
    Posts
    5

    Unhappy Read webBrowser1 source and find text within HTML tags by id?

    Basically, I am making a web browser for my site. Inside my sites HTML, I have:

    <div id="browser_element_gold" class="browser-div">15 Gold</div>
    <div id="browser_element_coins" class="browser-div">81 Coins</div>

    Can I use C++ to get the web browsers source and find what is inside of the divs (15 Gold and 81 Coins) ?


    Thanks in advance,
    Bailey McAfee
    Bannana97
    Last edited by Bannana97; October 10th, 2010 at 11:00 AM.

Tags for this Thread

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