0
kicks
Invoking Javascript From a WebBrowser Control
Today I got a request to use a WebForms application inside a WinForms application. One problem that we needed to solve was how to make an interaction between the WinForm and the WebForm it uses. The post will show the solution.