F
Ferran Bonàs
I'm trying to develop a new toolbar for Office 97 with
VC++.
I'm able to add this new toolbar with two new buttons but
I can't get the on click event. Examining msword8.olb and
mso97.dll I've seen that is not possible.
Another solution is to use de SetOnAction method, but the
parameter must be a macro and I don't want that. I want to
call a method from my MFC Application in C++.
Any solutions?
Thanks in advance and excuse for my english.
VC++.
I'm able to add this new toolbar with two new buttons but
I can't get the on click event. Examining msword8.olb and
mso97.dll I've seen that is not possible.
Another solution is to use de SetOnAction method, but the
parameter must be a macro and I don't want that. I want to
call a method from my MFC Application in C++.
Any solutions?
Thanks in advance and excuse for my english.