I want to create a toolbar with flat style buttons but when I use %TBSTYLE_FLAT in
hToolbar = CreateToolbarEx(hWnd, %WS_CHILD Or %TBSTYLE_TOOLTIPS or %TBSTYLE_FLAT, _
%ID_TOOLBAR, 21, %NULL, hBmp, tbb(0), 10, 0, 0, 24, 24, Len(TBBUTTON))
the toolbar background becomes white although the buttons assume a flat style.
Does anyone know how to fix this?
Thanks,
Heber J Silva
------------------
hToolbar = CreateToolbarEx(hWnd, %WS_CHILD Or %TBSTYLE_TOOLTIPS or %TBSTYLE_FLAT, _
%ID_TOOLBAR, 21, %NULL, hBmp, tbb(0), 10, 0, 0, 24, 24, Len(TBBUTTON))
the toolbar background becomes white although the buttons assume a flat style.
Does anyone know how to fix this?
Thanks,
Heber J Silva
------------------
Comment