Hi !
I have a windows form where I have hosted HTML content (via a WebBrowser, AxSHDocVw and MSHTML). I have inserted a html-page index.htm
I know I can catch events from the html page in the form but that is not what I am looking for.
When running javascript code in the html page I would like to use methods in c# in the form that holds the html page.
Is this possible ? if possible please provide an example.
Thanks
Anderton
I have a windows form where I have hosted HTML content (via a WebBrowser, AxSHDocVw and MSHTML). I have inserted a html-page index.htm
I know I can catch events from the html page in the form but that is not what I am looking for.
When running javascript code in the html page I would like to use methods in c# in the form that holds the html page.
Is this possible ? if possible please provide an example.
Thanks
Anderton