12-02-2009, 08:59 PM
In hook function, under WM_INITDIALOG, you can enumerate buttons, get and set button text. Use toolbar control messages. But it is not perfect. Original text will be restored after changing some properties through context menu.
TB_BUTTONCOUNT, TB_GETBUTTONTEXT, TB_SETBUTTONINFO.
To set text also can use function ChangeQmToolbarButtonText. It is in QM forum -> resources -> first topic.
TB_BUTTONCOUNT, TB_GETBUTTONTEXT, TB_SETBUTTONINFO.
To set text also can use function ChangeQmToolbarButtonText. It is in QM forum -> resources -> first topic.
