Archive for the 'VB.NET' Category

How to tell when a WebBrowser has fully loaded, the final answer

Quite often I see in forums people asking how to tell when a hosted WebBrowser control has finished loading. What follows are any of a half a dozen solutions, but often they are either out dated or just don’t work. After fighting with this one again in a project of mine, I have decided to [...]