Click here to Skip to main content
15,911,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: A function pointer. Pin
Maximilien7-Oct-08 8:52
Maximilien7-Oct-08 8:52 
GeneralRe: A function pointer. Pin
daavena7-Oct-08 9:06
daavena7-Oct-08 9:06 
GeneralRe: A function pointer. Pin
daavena7-Oct-08 10:14
daavena7-Oct-08 10:14 
AnswerRe: A function pointer. Pin
Roger Stoltz7-Oct-08 12:16
Roger Stoltz7-Oct-08 12:16 
GeneralRe: A function pointer. Pin
daavena10-Oct-08 1:55
daavena10-Oct-08 1:55 
GeneralRe: A function pointer. Pin
Michael Dunn7-Oct-08 19:43
sitebuilderMichael Dunn7-Oct-08 19:43 
QuestionCTreeCtrl - open at specific depth level Pin
john john mackey7-Oct-08 7:01
john john mackey7-Oct-08 7:01 
AnswerRe: CTreeCtrl - open at specific depth level Pin
led mike7-Oct-08 9:13
led mike7-Oct-08 9:13 
john john mackey wrote:
Is there a way (algorithmic or class member) to remember the current node/depth level in a tree and to open a tree at that specific node/level?


Yes. How is dependent on aspects of your implementation.

john john mackey wrote:
When I step through the "records", the CTreeCtrl reflects the current record's data.


IF - When you change records the tree items do not change but just the values then you can use the HTREEITEM handle to reset the focus.

OTHERWISE - You will need to develop your own mechanism to link the previous HTREEITEM to the new HTREEITEM. Obviously that would be using specific knowledge of your data and relationships.


led mike

GeneralRe: CTreeCtrl - open at specific depth level Pin
john john mackey7-Oct-08 10:38
john john mackey7-Oct-08 10:38 
QuestionCalling a function in an external .js file from C++ Pin
Christopher Hernandez7-Oct-08 5:50
Christopher Hernandez7-Oct-08 5:50 
AnswerRe: Calling a function in an external .js file from C++ Pin
David Crow7-Oct-08 6:13
David Crow7-Oct-08 6:13 
Question"How to find whether Goldbar is present in IE or not using c++" Pin
Subrat 47082667-Oct-08 5:33
Subrat 47082667-Oct-08 5:33 
QuestionRe: "How to find whether Goldbar is present in IE or not using c++" Pin
Maximilien7-Oct-08 5:54
Maximilien7-Oct-08 5:54 
AnswerRe: "How to find whether Goldbar is present in IE or not using c++" Pin
Subrat 47082667-Oct-08 8:32
Subrat 47082667-Oct-08 8:32 
GeneralRe: "How to find whether Goldbar is present in IE or not using c++" Pin
Maximilien7-Oct-08 8:35
Maximilien7-Oct-08 8:35 
QuestionThreading error Pin
sriram657-Oct-08 5:06
sriram657-Oct-08 5:06 
AnswerRe: Threading error Pin
Roger Stoltz7-Oct-08 5:14
Roger Stoltz7-Oct-08 5:14 
AnswerRe: Threading error Pin
jeron17-Oct-08 5:54
jeron17-Oct-08 5:54 
GeneralRe: Threading error Pin
Mark Salsbery7-Oct-08 5:59
Mark Salsbery7-Oct-08 5:59 
GeneralRe: Threading error Pin
jeron17-Oct-08 6:01
jeron17-Oct-08 6:01 
AnswerRe: Threading error Pin
sriram658-Oct-08 1:54
sriram658-Oct-08 1:54 
GeneralRe: Threading error Pin
sriram658-Oct-08 2:08
sriram658-Oct-08 2:08 
QuestionRe: Threading error Pin
Mark Salsbery8-Oct-08 6:35
Mark Salsbery8-Oct-08 6:35 
AnswerRe: Threading error Pin
sriram6513-Oct-08 3:01
sriram6513-Oct-08 3:01 
GeneralRe: Threading error Pin
Mark Salsbery13-Oct-08 6:19
Mark Salsbery13-Oct-08 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.