.net - Is it possible to write ActiveX Controls in C# that will run in Excel? -


i have been searching on web example code on how can write custom activex control use in excel using .net far have found old articles suggesting not supported.

the application building uses excel report writer add custom controls worksheets provide richer experience. research have done far appears activex controls can hosted in ie , hence need ensure approach taken works excel host.

the link http://www.codeproject.com/kb/miscctrl/exposingdotnetcontrols.aspx mentions following:

caveat: support has been dropped beta2 of .net, don't blame me if fries pc or toasts cat.

can give me indication if possible using .net 1.1 , if pointers on best practices?

andrew whitechapel writes managed controls activex controls in office documents. can read article here:

using managed controls activex controls


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -