Hi, I have a problem with the layout of 2 controls on my window.
I have a status bar which is located at the bottom of the window. Now I want to create a toolbar that will be located at the bottom also, but above the status bar. I used the CCS_BOTTOM style but the problem is is that the toolbar goes behind the status bar and becomes barely visible.
How can I make it so the toolbar is located above the statusbar?