I'm trying to create a toolbar that uses buttons both from IDB_STD_LARGE_COLOR and IDB_VIEW_LARGE_COLOR. So far I have had success displaying images from either collection but not both.

The steps I'm taking to create the toolbar:
Code:
CreateWindowEx(...
SendMessage(hTool, TB_BUTTONSTRUCTSIZE...
SendMessage(hTool, TB_ADDBITMAP...
SendMessage(hTool, TB_ADDBUTTONS...
If I try to add VIEW_SORTNAME to the TBBUTTON struct, STD_UNDO is displayed instead.