I have a winform application that contains a c# webbrowser control.Webbrower control load a html page. On that html page I have a button. What I want is when click that button, it will call a winform function(function in Form1.cs for example). Is it possible? Please help me
I have a winform application that contains a c# webbrowser control.Webbrower control load a
Share
Use window.external object in your scripting code to access public properties and methods of the specified object. (See the sample in the link)
C#
HTML