Deeppurple
Programmer
Hi all,
I have a COM Addin toolbar with few commandbar buttons and one commandbarcombo box. The issue is, when i open word first time i.e parent window, the combo box onChange events is fired. but events are not fired, from child windows (ctrl+N) of the word. Events are fired only in fresh word instance window. Why does this happen? For buttons it is taken care by giving unique value for 'Tag' property of the cutton control(as suggested by MSDN), but I could not find anything relating to combo box. Has anybody come across this kind of an issue? What is the solution for this?
-TIA
I have a COM Addin toolbar with few commandbar buttons and one commandbarcombo box. The issue is, when i open word first time i.e parent window, the combo box onChange events is fired. but events are not fired, from child windows (ctrl+N) of the word. Events are fired only in fresh word instance window. Why does this happen? For buttons it is taken care by giving unique value for 'Tag' property of the cutton control(as suggested by MSDN), but I could not find anything relating to combo box. Has anybody come across this kind of an issue? What is the solution for this?
-TIA