I am using a WebBrowser control to display a webpage and would like to enable a button on the form, but only if the user has scrolled to the end of the webpage.
Is there any way to simply do this without having to override WndProc or something similar?
Thanks :)