CommandBarComboBox Change Event C#

D

Dale Lundgren

Has anyone been successful getting the Change event to fire on a
CommandBarComboBox?

I'm writing an Addin using Visual Studio 2005 - C#. I've spent several days
pulling my hair out trying to get the Change event to "wire up" correctly.
I have a custom CommandBar with several Buttons on it and one ComboBox. The
Button Click events work as expected and no problems when the Active
Document changes.

A few notes:

-My ComboBox object is declared at the class level and *should not* be going
out of scope.
-I've tried the Visio 2007 SDK "CommandBarEventHandler" scenario which again
works fine for Buttons, but NOT the ComboBox.

Please help - this is costing me too many hours for what should be a 10
minute deal.

Thanks in advance,

Dale
 

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