Set different text in edit control on each inspecto wnd. Outlook 2

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.
 
B

Brian Tillman [MVP - Outlook]

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.

Either microsoft.public.outlook.program_addins or
microsoft.public.developer.outlook.addins is the proper newsgroup for your
question.
 

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