How to write a OLE object?

  • Thread starter Thread starter Jimmy Lu
  • Start date Start date
J

Jimmy Lu

Is it possible to write a OLE object(ActiveX) that can be used by a program
like WORD, thanks.
 
I know this isn't what you want to hear, but really the best way to do
that is to use Visual C++ 2005 and MFC. Creating an Insertable OLE
control in .NET would require a LOT of work.
 
Creating an Insertable OLE
control in .NET would require a LOT of work.

Actually, it can't be done at all. An activeX Control can only be developed
in an unmanaged language.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
Back
Top