Showing modal dialogs from a TabPage on Outlook Property Page

T

Tadwick

Hi,

Using VSTO (c#) I have a button on a an Outlook Property Page that simply
calls

MessageBox.Show(message, caption, buttons);

When the button is on the form canvas it shows the dialog fine but when it
is on a TabPage Outlook hangs.

Any suggestions? Tx,

Tad
 
Top