Hello,
I created a com component in C#, which I registered by using Regasm. I am able now to use this in IE by using ActiveXObject(...). However this only works when I change my IE security settings and allow to run unsigned activex controls, in which case I get the message:
An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?
I always want IE to allow this interaction without the prompt. Does anybody know how this can be done?
Thanks