Re: Outlook Forms-Addin like "ActiveX"?
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Fri, 14 Sep 2007 08:49:42 -0400
Outlook custom forms can use ActiveX controls, so that's what you'd have to compile.
Be aware that many ActiveX controls don't work in Outlook forms and there's no way to tell if yours will until you try it. Also, many times all of the events, properties and methods of an ActiveX control won't work even if the control works to a degree and doesn't crash Outlook. Again, the only way to find out what works and what doesn't is by testing.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"J. S. EDV" <JSEDV@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:48922B29-D95B-4D4A-81C0-3660B8F60837@xxxxxxxxxxxxxxxx
Hello,
I would like to write an Add-In, which I can import in an custom outlook
form like an activeX-Object. I have found many websites with information how
to reach fields in a custom form from an Add-In but I couldn't find any
information about how to import a whole user control written in C# in the
custom form.
Is there a possibility?
Thanks.
Jacek Schikora
.
- Prev by Date: RE: how does theme1.xml work?
- Next by Date: Re: Word Interop
- Previous by thread: Word Interop
- Next by thread: Re: Outlook Forms-Addin like "ActiveX"?
- Index(es):
Relevant Pages
|