Silvio,
I have tried this:
hBrush2 = CreateSolidBrush( ::nClrPaneRB )
aRect[ 3 ] -= 3
FillRect( hDCMem, aRect, hBrush2 )
aRect[ 3 ] += 3
but then the color of those bottom lines is black> because ::nClrPaneRB give the color to all ribbonbar but the line is down the group must be the same color of the back of the tab
What brush should we use for that black area ? I don't think that we should use the same color of the back of the current selected tab
↧