How to remove the border of CTXReBar |
Post Reply |
Author | |
owen
Newbie Joined: 08 August 2003 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 08 August 2003 at 3:55am |
I created a CTXReBar m_wndReBar by following codes: DWORD dwCtrlStyle = TBSTYLE_FLAT; if (!m_wndReBar.Create(this, dwCtrlStyle, dwStyle)) { The rebar always has 3d boders, how can I remove the borders? Thanks. |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
Hello, Make sure you do not have CBRS_BORDER_??? set for the rebar. Cheers, |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |