A
Amitai
I have my own CommandBar and the button in it is firing events on the first
few runs, but then it stops responding.
After I shutdown the machine it works again.
I am using a usual event handling in .NET:
btn1.Tag = "myBeautifulTag1";
btn1.Click+=new _CommandBarButtonEvents_ClickEventHandler(OnBtn1Click);
This is one of the most strangest things!
I also can not find a way to disable old Add-ins. There are not in the list
of add-ins.
Can anyone shed the light?
Thanks
Amitai
few runs, but then it stops responding.
After I shutdown the machine it works again.
I am using a usual event handling in .NET:
btn1.Tag = "myBeautifulTag1";
btn1.Click+=new _CommandBarButtonEvents_ClickEventHandler(OnBtn1Click);
This is one of the most strangest things!
I also can not find a way to disable old Add-ins. There are not in the list
of add-ins.
Can anyone shed the light?
Thanks
Amitai