Closing Form with WebBrowser control after window.close with C#
Posted in Windows Development, .NET on Nov 21st, 2007
I recently had this problem. I have a Windows Form that hosts a WebBrowser control. The page in the WebBrowser control closes itself using window.close and when it does that the Windows Form freezes up.
Found a solution here posted by Jeff Sanders on his blog (thanks man!)
The sample code is provided in VB.NET Below is […]