Link to home
Start Free TrialLog in
Avatar of seuwind
seuwind

asked on

the function like property sheet

I hope if i click different buttons,the content of my dialog box will changes.(like the property sheet,but don't have the tabs). how to implement this?
Avatar of _mb_
_mb_

I think, nevertheless the easiest way is to use a tab-control on your dialog. You can modify it's style (within the resource editor), so that no tabs are displayed, but you can use it like  a "standard" tab-control.
ASKER CERTIFIED SOLUTION
Avatar of RONSLOW
RONSLOW

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 seuwind

ASKER

Thanks for your help, RONSLOW

what I need is like "view switching" .
perhaps the option 2 that you gave me can help.
Because i am a beginner in programing,I hope if you can give me some example or some tips.

thanks
I can point yuou at lots of smaple code that does view switching using tabs etc if that is what you want
Avatar of seuwind

ASKER

yes, that's I want.
please point me at some sample code. Thank you very much for your help
I've been away from the PC over Easter break .. will send you some exact links .. but you can probably find examples at http://www.codeguru.com/doc_view/index.shtml .. there is a section on tabbed views there .. a number of techiniques are presented.