Custom .NET Control on first page of mail and appointment form

G

Guest

Hello,

our customer has its own .net component for data input and validation. This
component is already in use in other office applications, with exception of
Outlook 2003 in an Exchange 2003 environment.

The idea is to use this component for inhouse mails. The validated
information will be stored in an user property.

The question is, how to get this visual component onto the first page of
outlooks mail and appointment form.

Thank you!
Michael M
 
G

Guest

Thank you for this information. I did not expect it would be impossible to do
that, since you can add your own Winform programmatically using VSTO 2005 and
Visual Studio 2005. It is possible to show that Winform instead of the
Inspector window.

Thank you!
Michael
 
S

Sue Mosher [MVP-Outlook]

You'll need to wait for Orcas to be able to put .NET controls on an Inspector surface (Outlook 2007) unless you use a third-party solution, but there's nothing wrong with showing a WinForm instead of an Inspector or tiled with an Inspector.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
G

Guest

You mean it is possible to have a tiled Winform/Inspector Window with Outlook
2003?
Could you please point me into the right direction for details/samples?

Thank you!
Michael
 
S

Sue Mosher [MVP-Outlook]

No sample, just the basic concept that any two non-modal windows can be displayed side by side by adjusting their sizes. Outlook exposes an Inspector.BeforeSize event you can use to adjust the size of the second window to match.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
G

Guest

Ok, I thought you ment both forms to be tiled within the same border.
But this is a look-a-like docking, because if you move one dialog the other
dialog has to snap side by side to the moved one, because there is no parent
window which embeds both dialogs.

Thank you for this helpful post
Best regards
Michael M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top