Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I built a nice ActiveX control using .net 4.6.1. When using it in a html page inIE11 no problem at all.

Then I used the same page using the WebBrowser control, and configuration problems appear.

I'm sure webbrowser controls is configurated from IE, isn't it?

Please, I need help.
Thank you.

What I have tried:

I've been looking for msdn info and the most similar thigs are regarding 'aestetic differences when rendering rounded boxes, etc'... That is not the problem here.
Posted
Comments
Graeme_Grant 20-Feb-17 8:07am    
You know that embedded objects, like ActiveX, are being/have been disabled/removed by most major web browsers?
Antonio Bejar 20-Feb-17 8:22am    
I know, but still working on IE11 and, trust me, there's a lot of customers that don't what to hear about using another approach.

Of course I an't go for activeX on Edge or others but, if it still works for IE11, it's a must providing a solution. Here my desperation.
Dave Kreskowiak 20-Feb-17 8:10am    
You do know that ActiveX controls are no longer supported in browsers, right?
Antonio Bejar 20-Feb-17 8:25am    
In fact, I was solving it when realized than when using such a control in a windows form app made with .net 3.5, I realized it didn't work so..... Remember about that magic blue where no need to know about implementation, etc....?
Well, here, that glue seems to dude when inferfacing different .net releases.
Richard Deeming 20-Feb-17 11:37am    
Unless you've changed the registry[^], the WebBrowser control will be stuck in IE7 mode.

Does your ActiveX control work in IE11 if you use the F12 developer tools to switch to IE7 mode?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900