ActiveX Control in ADXForm?

Add-in Express™ Support Service
That's what is more important than anything else

ActiveX Control in ADXForm?
 
Matthias Kwiedor




Posts: 35
Joined: 2004-10-14
Is it possible that Outlook blocks ActiveX Controls in a ADXForm? I tried to include the WebBrowserControl into a ADXForm, but it doesn't work!


Regards


Matthias
Posted 18 Jul, 2006 09:30:23 Top
Fedor Shihantsov


Guest


Do you mean AxSHDocVw.AxWebBrowser?

I used WebBrowser and AxSHDocVw.AxWebBrowser on ADXOlForm (VS2005) successfully.
Posted 18 Jul, 2006 12:05:05 Top
Matthias Kwiedor




Posts: 35
Joined: 2004-10-14
Hmm.. can you maybe send me this demo project? Maybe my SHDocVw.dll and AxSHDocVw.dll which i created with Strong Name are broken :(
Posted 18 Jul, 2006 14:59:23 Top
Fedor Shihantsov


Guest


I cleared the AssemblyKeyFile attribute.
See the AssemblyInfo file.
Posted 19 Jul, 2006 03:49:32 Top
Matthias Kwiedor




Posts: 35
Joined: 2004-10-14
If i remove this attribute, than the addin doesn't appear anymore in outlook! I registered it again, but it gets loaded first if i set it back to a strong name assembly of the AddIn!
Posted 19 Jul, 2006 10:15:42 Top
Fedor Shihantsov


Guest


I had created a project without a Visual C++ COM shim project. You have to clear the ShimProgID property of AddinModule.
Posted 20 Jul, 2006 04:16:04 Top