我正在尝试addanadditionalbuttonintoatoolbarinInternetExplorer.我假设实现是直截了当的,目前正在使用以下代码:TBBUTTONbuttonToAdd;ZeroMemory(&buttonToAdd,sizeof(TBBUTTON));buttonToAdd.iBitmap=1;buttonToAdd.idCommand=1;buttonToAdd.fsState=TBSTATE_ENABLED;buttonToAdd.fsStyle=BTNS_BUTTON|BTNS_AUTOSIZE;LRESULTinsertButtonResult=