Invoking JavaScript function from WinForms
I've been working on application that needs to load page and display it in WebBrowser control. Requirement was to allow interaction between WinForms application and web page. Here I will show a sample application where JavaScript function is called from WinForms application.
- Read more about Invoking JavaScript function from WinForms
- Log in or register to post comments
- 272 views