-1
votes
WinForms - How do I execute C# application code from inside WebBrowser control?
What I did in VB6:
Add a bunch of custom < A > tags in the HTML document, set their href to something meaningful to you, like '#closeform'
On the BeforeNavigate method, ch …
