D
Dkds.Naidu
Hi,
I created ATL COM dll for Microsoft Outlook using _IDTExtensibility2
interface.
I created one toolbar which has 5 buttons and also 3 buttons in Tools menu
of Outlook(Total: 8 buttons).
Everything works fine. I am trying to give compatibility to OUTLOOK 2000 ,
OUTLOOK XP and OUTLOOK 2003. It is very fast for Outlook 2003 only. It very
slow for Outlook 2000 and Outlook XP.
I created all buttons and event mapping (DispEventAdvise) in OnConnection of
_IDTExtensibility2 only. In OnDisconnection(), I did DispEventUnadvise to all
buttons.
How to improve the fastness of creating our own toolbar for Outlook 2000 and
Outlook XP?
While opening Outlook only, it has this problem. How to fix it?
Thanks in advance.
With regards,
I created ATL COM dll for Microsoft Outlook using _IDTExtensibility2
interface.
I created one toolbar which has 5 buttons and also 3 buttons in Tools menu
of Outlook(Total: 8 buttons).
Everything works fine. I am trying to give compatibility to OUTLOOK 2000 ,
OUTLOOK XP and OUTLOOK 2003. It is very fast for Outlook 2003 only. It very
slow for Outlook 2000 and Outlook XP.
I created all buttons and event mapping (DispEventAdvise) in OnConnection of
_IDTExtensibility2 only. In OnDisconnection(), I did DispEventUnadvise to all
buttons.
How to improve the fastness of creating our own toolbar for Outlook 2000 and
Outlook XP?
While opening Outlook only, it has this problem. How to fix it?
Thanks in advance.
With regards,