How to remove the CStatusBar separators from ownerdraw statusbar?

ChuckieAJ 241 Reputation points
2025-02-20T17:25:10.71+00:00

I am using an ownerdraw CStatusBar in my project:

User's image

In the DrawItem override I render the icons and text. But how do I hide the vertical separators? Is it a style setting? Since I am not drawing them myself.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,861 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 87,066 Reputation points
    2025-02-20T19:24:48.8166667+00:00

    Use SBT_NOBORDERS for the text of each part

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.