O
Omar Shahine
I have an Outlook Addin in C# running against 2003 and have an
interesting problem.
I register for this event:
Application.ActiveExplorer().SelectionChange +=new
ExplorerEvents_10_SelectionChangeEventHandler(OnSelectionChange);
and it works fine until I use any .NET addin (be it mine or NewsGator
etc) that displays a Windows Forms (like a dialog) or an
OpenFolderDialog etc. On the second occurence of the dialog appearing
the event stops firing till I quit and relaunch Outlook.
Any ideas?
-Omar
interesting problem.
I register for this event:
Application.ActiveExplorer().SelectionChange +=new
ExplorerEvents_10_SelectionChangeEventHandler(OnSelectionChange);
and it works fine until I use any .NET addin (be it mine or NewsGator
etc) that displays a Windows Forms (like a dialog) or an
OpenFolderDialog etc. On the second occurence of the dialog appearing
the event stops firing till I quit and relaunch Outlook.
Any ideas?
-Omar