B
bluenoser
Hi everyone,
I've got an Outlook 2003 (and 2002) Add-In written in C#/.NET 1.1 which
launches a Windows Form from within an Inspector. When Word is used as the
email editor, form.Show() just freezes Outlook, which must be task-killed. I
can launch the Form as a modal dialog using form.ShowDialog(), but then the
email window is unavailable and doesn't redraw itself until the Form has
closed. It also occasionally appears directly underneath the email window,
which is extremely confusing for our clients.
Can anyone tell me how to launch a Windows Form as a non-modal dialog from
within an Outlook Inspector with Word as the email editor?
I've got an Outlook 2003 (and 2002) Add-In written in C#/.NET 1.1 which
launches a Windows Form from within an Inspector. When Word is used as the
email editor, form.Show() just freezes Outlook, which must be task-killed. I
can launch the Form as a modal dialog using form.ShowDialog(), but then the
email window is unavailable and doesn't redraw itself until the Form has
closed. It also occasionally appears directly underneath the email window,
which is extremely confusing for our clients.
Can anyone tell me how to launch a Windows Form as a non-modal dialog from
within an Outlook Inspector with Word as the email editor?