I have issues with the C# WebBrowser class

I have issues with the C# WebBrowser class

completecomplete Posts: 2Questions: 0Answers: 0
edited November 2012 in General
I have issues with the C# WebBrowser class

I have a C# WPF application which uses a WebBrowser class. I have overwritten the LoadComplete method. The question I have is this. This method is supposed to be triggered when the class has completed a load, but , when I put a breakpoint on this method, it is called before the class visually has compleded a load. Because of this, the htmldata is not complete. Any ideas?

Maybe there is a different method I should overide. LoadComplete might not be the best choice. Maybe there is something that is the same as a "display complete".

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    How does this relate to DataTables?

    This is a forum four DataTables related questions only. We are only able to offer help for on topic questions.

    Allan
This discussion has been closed.