CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Bannana97

Search: Search took 0.01 seconds.

  1. Re: Read webBrowser1 source and find text within HTML tags by id?

    I think for now all I need is to find out how to get webBrowser1's source in VC++ 2010 Windows Form App.
  2. Re: Read webBrowser1 source and find text within HTML tags by id?

    I am using a Windows Form Application in Microsoft Visual C++ 2010.
    I have my IE-powered web browser on it.
    I know in Visual Basic you can get the source of the webbrowser.

    For example, you're...
  3. 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"...
  4. Re: changing the names of coloumn names of ms access table

    Well, what items. And to what name?
    I would use:

    ITEMname.Name = "New Name"
  5. Replies
    0
    Views
    829

    HTML> Dialog Code

    I am in need of a dialog box code that will pop up when I click a word. Something like a link:

    <a href="http://www.herbertsworld.com/popup.php>Click Here</a>

    If someone would reply, That would...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured