Hi,
I have a WPF app that launches an website using Web Browser control(System.Windows.Controls.WebBrowser control ) .
I have a button in WPF application which is out side the web browser control.
On this button click event I want to pass a parameter to and fro to website and wpf app.
also I need to call a function in my wpf app from the class file on the hosted page.
calling a function from the hosted website class file to Wpf app is possible?
Regards,
Suja