Hello ;)
I created a Toolbar using CreateWindowEx and my button are looking kind of "cut-off". Well, they aren't.. but the white appspace starts right underneigh the toolbar buttons, so that it looks weird.
ie: usually there is a ~2 pixel wide space under the button, but here there is none.. anyone knows what I forgot?
Try sending a TB_AUTOSIZE message to the toolbar after you've created it. I might help.
Thomas
Thanks Thomas - that was it :D