Re: how to ...Show properties of a tree item
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Sun, 06 Jul 2008 13:04:08 -0400
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.Joseph M. Newcomer [MVP]
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
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Prev by Date: Re: 32-bit programs on Windows x64
- Next by Date: Re: 32-bit programs on Windows x64
- Previous by thread: Newbie Question:
- Next by thread: Re: how to ...Show properties of a tree item
- Index(es):