J Jimmy Lu Apr 23, 2006 #1 Is it possible to write a OLE object(ActiveX) that can be used by a program like WORD, thanks.
K Kenny Apr 23, 2006 #2 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.
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.
K Kevin Spencer Apr 23, 2006 #3 Creating an Insertable OLE control in .NET would require a LOT of work. Click to expand... 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.
Creating an Insertable OLE control in .NET would require a LOT of work. Click to expand... 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.