Handling Exception Window from InspectorWrapper

A

Amirul

Hi,

I am creating an outlook add-in for Microsoft Outlook 2003.

I just got a problem with showing the message box during exception captured
in the ItemSend event. The message box always hide behind the Outlook window.
I want to keep this message box to be on top of any other windows when the
exception occurred.

I also use the wrapper class to hold the properties, functions and event
handlers for the Inspector object. Previously before I used the wrapper
class, I got the message box showing alright to be always on the top.

Does anyone has the same issue or any ideas on how to fix this?

url:http://www.ureader.com/gp/1097-1.aspx
 
K

Ken Slovak - [MVP - Outlook]

I haven't seen that problem in any of my Inspector wrappers and I use them
all the time and I also show MessageBox dialogs in Item.Send.
 

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