CReBar border question.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to remove this 2px line on the top of ReBar control? I've found a RBS_BANDBORDERS style using spy++ but removing this style does not help (neither by calling CReBar::Create(this,0) nor by CReBar::ModifyStyle(RBS_BANDBORDERS,0) - even without this style control still has a line on the top. Any idea how to disable this line? Thanks in advance!