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? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -