H
Hrishi
Hi,
I am developing a COM add-in using C#. I have a CommandbarCombobox and a
button on my outlook Add-in. I am opening a windows form when a user clicks
on the button. I have implemented the CommandbarCombobox change event and
opening the same windows form in the change event.
My problem is that, When user types in something into the combobox and tabs
out and hits enter on the button, two forms are opened. First one is opened
because of the button click event and the second one is opened because the
change event of the CommandbarCombobox is getting fired.
I just want to open one form for the button click event.
Any hints on how how to go about this?
Thanks,
Hrishi
I am developing a COM add-in using C#. I have a CommandbarCombobox and a
button on my outlook Add-in. I am opening a windows form when a user clicks
on the button. I have implemented the CommandbarCombobox change event and
opening the same windows form in the change event.
My problem is that, When user types in something into the combobox and tabs
out and hits enter on the button, two forms are opened. First one is opened
because of the button click event and the second one is opened because the
change event of the CommandbarCombobox is getting fired.
I just want to open one form for the button click event.
Any hints on how how to go about this?
Thanks,
Hrishi