Link to home
Start Free TrialLog in
Avatar of AdrianBrown
AdrianBrown

asked on

VC++ workspace view property page.

Im trying to recreate the Visual C++ Property page-like display they use for the workspace view.  Do I have to hand code the buttons at the bottom or is there some other way of displaying them?

Many thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of bhat
bhat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bhat
bhat

hi

if U want buttons instead of tabs

pControl->ModifyStyle(0,TCS_BOTTOM | TCS_BUTTONS);

hi

if U want buttons instead of tabs

pControl->ModifyStyle(0,TCS_BOTTOM | TCS_BUTTONS);

Avatar of AdrianBrown

ASKER

Thanks
Did that give you 200 points???
Yes
In fact it gave me 800 points
Yes
In fact it gave me 800 points
Thanks