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

Search:

Type: Posts; User: farmer

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    44,793

    Re: Set WebBrowser.DocumentText doesn't do anything

    Try using Document.OpenNew before calling Document.Write.

    I would still have expected an exception.
  2. Replies
    10
    Views
    44,793

    Re: Set WebBrowser.DocumentText doesn't do anything

    I try this setting DocumentText and Document.Write and it works fine on the first try but when I try to change the display to another page, it doesn't work. Whatever I displayed first remains...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured