Hi,
As I don't know C++, I want to code a Custom Option Page for my addin using
c#/.net. I did this for my addin tool window using a UserControl and hosting
it in a shim control I downloaded. I know I can't use the same technique for
the custom option page because it is visual studio who creates the shim
control instance so that it is not possible to attach my user control to it.
I tought about "customizing" my shim control to auto-instantiate the .net
user control (is there a better solution?), but I don't know how to do this.
I also looked for a sample that I could use to achieve this, but I couldn't
find.
So, if you know how I can do this or where to find a sample, please help!
The "only" requiriment is that I am able to use a Usercontrol and code it's
functionality in C# at the end.
Thanks in advance,
Daniel Cardoso
Daniel Cardoso - 04 Mar 2005 01:24 GMT
Well,
After trying a little bit more I decided to try the obvious: use .net and
regasm. It worked! Simple. :)
> Hi,
>
[quoted text clipped - 15 lines]
>
> Daniel Cardoso