Alex
2005-05-17 21:12:11 UTC
Maybe the resident Microsoft representatives will be able to offer a solution?
For the more advanced controls, Microsoft forgot(?) to implement interception.
And Word doesn't have simple built-in button controls for EditUndo and EditRedo anymore...
You'd need to make your own controls to be able to intercept them.
The things you can use are the button faces (FaceID=128 and 129).
How can I override the default processing of the toolbar Undo/Redo
buttons and dropdowns?
EditUndo() and EditRedo() macros work with the corresponding keyboard
and menu commands but have no effect on the toolbar buttons.
It seems you can only override the click on simple button controls.buttons and dropdowns?
EditUndo() and EditRedo() macros work with the corresponding keyboard
and menu commands but have no effect on the toolbar buttons.
For the more advanced controls, Microsoft forgot(?) to implement interception.
And Word doesn't have simple built-in button controls for EditUndo and EditRedo anymore...
You'd need to make your own controls to be able to intercept them.
The things you can use are the button faces (FaceID=128 and 129).