Re: how to ...Show properties of a tree item



Use UpdateAllViews with a nonzero lHint and a pHint suitable for what you want to do. So
what you would do when a new selection is made is to call UpdateAllViews with a code that
only the "properties" page sees. Either you have stored information in the document or
you pass it via the pHint.
joe


On Sun, 6 Jul 2008 07:00:01 -0700, Ravnock <Ravnock@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I have created a new project with the mfc app wizard.

VC creates an app with a class viewer on the left and properties panel on
the right (an many other things).

The class viewer has many items, I want to show its properties on the right
panel when I click on one of them.

How can I do it?

Thanks for all
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.