D dotnetguy Jan 14, 2009 #1 Does anyway know a way to tell when a webpage is completely loaded within the browser control? Thanks in advance
Does anyway know a way to tell when a webpage is completely loaded within the browser control? Thanks in advance
M miher Jan 15, 2009 #2 Hi, The DocumentCompleted event is raised when the page is loaded. http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.documentcompleted.aspx Hope You find this useful. -Zsolt
Hi, The DocumentCompleted event is raised when the page is loaded. http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.documentcompleted.aspx Hope You find this useful. -Zsolt