M
miany
hi,
i have made a COM Add-in which overrides the default behaviour of some
menu items like save, print etc in the main menu. i am able to sink event of
these particular menu items and i am also able to run my code in place of the
default methods. but the problem is that after executing my code, the default
code is also being executed which is making my code useless. how can i get
around this problem? is there any way for disabling the default handlers for
the intended menu items.
Any help will be deeply appreciated .
with regards,
miany
i have made a COM Add-in which overrides the default behaviour of some
menu items like save, print etc in the main menu. i am able to sink event of
these particular menu items and i am also able to run my code in place of the
default methods. but the problem is that after executing my code, the default
code is also being executed which is making my code useless. how can i get
around this problem? is there any way for disabling the default handlers for
the intended menu items.
Any help will be deeply appreciated .
with regards,
miany