Easy question |
Post Reply |
Author | |
unit158
Newbie Joined: 15 June 2005 Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 25 June 2005 at 8:13pm |
I currently have a little project setup that has 2 docking panes. I
would like to make a listctrl in one of the panes, what is the correct
way / easiest way to go about doing this?
-Mike |
|
ddlittle
Senior Member Joined: 19 February 2004 Location: United States Status: Offline Points: 132 |
Post Options
Thanks(0)
|
This is one of those questions that's best answered by building the many, many samples that came with your toolkit. Basically, though, it boils down to adding a handler for the pane notify messages, like this: ON_MESSAGE(XTPWM_DOCKINGPANE_NOTIFY, OnDockingPaneNotify) Search for that code in the samples and you'll see a lot of examples you can cut/copy/paste from. Oh, create the list control the same way you would normally create it, and make sure that the variable you assign it to stays in scope for the life of the pane it's attached to. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |