I am building a WPF (VS2015 C# .NET 4.5) application that is using WebBrowser control. I am trying to using this to remotely monitor a pump system which has embedded web server. That web server contain a java applet which working as a HMI (Human Machine Interface). Problem is java applets are not running in my WebBrowser control. I tested the java with java test page. But it does not detect java. When I am trying with IE 11 it detects the java and no problem for applets. I did tried this. But nothing works for me.
Is there any way to solve this? Or is there any WPF controllers for running java applets?
Thank you very much...!