I'm trying to Ignore web browser certificate errors in a webbrowser which appear in the web browser like below. enter image description here [https://i.stack.imgur.com/tmwcD.gif] I'm trying to use this solution (see below code also) but it didn't worked for me, the certificate error dialog box still is displayed. My guess [...] read more
I need to add WebBrowser control to dynamically generated Window in WPF application. Basically when agent clicks on the link I need to open the webbrowser window that has close (X) button disabled (or hidden) on some pages and not on others. Reason is they get redirected to 3rd party [...] read more