winapi - Visible separators in win32 api toolbars (not just gaps)? -
i want (just separator)
this have:
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.