Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a custom addin project, This addin has a Test button in the ribbon.
The button click event will add a new BrowserPane to the active document. Im using AddByManifest to load the un managed active x control.
During the execution of AddByManifest() the temporary MessageBox in the FormLoad event will shown, which makes me think that the control is loaded properly.
But when i try to access the BrowsePane.Control property, It is throwing an exception.
Does anyone have an idea on how to fix this problem ?
I attached the CustomAddin that i created.
Thank you
Solved! Go to Solution.