Can I close a Windows Form from a link in a WebBrowser control?
Posted
by Randy
on Stack Overflow
See other posts from Stack Overflow
or by Randy
Published on 2010-04-06T18:57:42Z
Indexed on
2010/04/06
19:23 UTC
Read the original article
Hit count: 228
Okay, I have a WebBrowser control in my VB.NET application that loads a PHP page inside it. On the PHP page I have a 'Log Out' hyperlink. What I'm trying to do is close the VB.NET form when that hyperlink is clicked. Can anyone tell me how to accomplish this - assuming it's even possible?
© Stack Overflow or respective owner