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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -