Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to control application from WebBrowser Control?

I've googled it, but came out empty. And the worst thing is that I know it is possible.

Anyway, I'm developing an application that uses the WebBrowser control to display information regarding an object (like Outlook does with the Rules and Alerts dialog box).

My question is how do I do for the click on a, say, hyperlink in the WebBrowser execute some function within the Windows Form?

For instance, say I have a link like this and when I click it I want the application to display an specific form, like the Outlook does when you click on hyperlinks like People and Distribution List

like image 688
Paulo Santos Avatar asked Dec 04 '22 15:12

Paulo Santos


1 Answers

This looks useful: How to: Implement Two-Way Communication Between DHTML Code and Client Application Code

like image 106
ChrisW Avatar answered Dec 26 '22 14:12

ChrisW