winapi - Visible separators in win32 api toolbars (not just gaps)? -


i want (just separator)

separator.png

this have:

gap.png

how go doing this?

the separator @ moment this, nothing else in tbbutton struct set separator

tbb[3].fsstyle = tbstyle_sep; 

the win32 control draws vertical separator lines if toolbar uses flat style. can achieve effect want including tbstyle_flat style when create toolbar window.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -