C
CoolSanil
Hi All,
I am developing COM Add In for outlook 2007. On Inspector window i have
added one edit box(I have implemented IRibbonExtensibility interface ), in
that edit box i have to show timer indicating how much time is spent while
reading or composing mail. My Problem is how should i set text in edit box on
the inspector window so each inspector window has different time depending on
when they are created. I have callback function which will take text of the
edit control, also i am invalidating that control so when time changes my
callback function will be called to set the text.
Any help or suggestion will be appreciated.
I am developing COM Add In for outlook 2007. On Inspector window i have
added one edit box(I have implemented IRibbonExtensibility interface ), in
that edit box i have to show timer indicating how much time is spent while
reading or composing mail. My Problem is how should i set text in edit box on
the inspector window so each inspector window has different time depending on
when they are created. I have callback function which will take text of the
edit control, also i am invalidating that control so when time changes my
callback function will be called to set the text.
Any help or suggestion will be appreciated.