T
Tom at GSD
Hello,
I have developed a command bar for outlook which includes a combo box that
is set to msoControlEdit. I am able to programmatically set the text during
initialization and the text is displayed. However if I type text into the
edit control, as soon as the edit box looses focus the original text appears.
If I do not set the text during initialization the text just disappears and
the edit box becomes empty. So I believe that when the edit control looses
focus the text is cleared or reset to the default. Does anybody know what is
going on? I have done a VC6 add-in. I know that for IE toolbars the toolbar
has to have the edit control focus set when the toolbar has gained focus -
through the band object interface. Any help would be greatly appreciated.
Thanks,
Tom
I have developed a command bar for outlook which includes a combo box that
is set to msoControlEdit. I am able to programmatically set the text during
initialization and the text is displayed. However if I type text into the
edit control, as soon as the edit box looses focus the original text appears.
If I do not set the text during initialization the text just disappears and
the edit box becomes empty. So I believe that when the edit control looses
focus the text is cleared or reset to the default. Does anybody know what is
going on? I have done a VC6 add-in. I know that for IE toolbars the toolbar
has to have the edit control focus set when the toolbar has gained focus -
through the band object interface. Any help would be greatly appreciated.
Thanks,
Tom