Click here to Skip to main content
15,900,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my MFC application, I am calling
CToolBar::DrawGripper(pDC,rect);
CToolBar::DrawBorders(pDC,rect);
When porting CToolbar to CMFCToolbar what functions I need to use for DrawGripper and DrawBorders function.

What I have tried:

I explored but couldn't find anything
Thanks in adavance
Posted
Updated 13-Mar-17 23:01pm
v2
Comments
CHill60 14-Mar-17 5:07am    
Depends what you are actually trying to do ... I think you would use parameters to the SetPanelStyle method?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900