Click here to Skip to main content
15,905,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Mark Salsbery4-Sep-08 9:33
Mark Salsbery4-Sep-08 9:33 
AnswerRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Stuck At Zero4-Sep-08 9:35
Stuck At Zero4-Sep-08 9:35 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Mark Salsbery4-Sep-08 9:53
Mark Salsbery4-Sep-08 9:53 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Stuck At Zero4-Sep-08 10:03
Stuck At Zero4-Sep-08 10:03 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Mark Salsbery4-Sep-08 10:21
Mark Salsbery4-Sep-08 10:21 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Stuck At Zero4-Sep-08 10:33
Stuck At Zero4-Sep-08 10:33 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Mark Salsbery4-Sep-08 11:12
Mark Salsbery4-Sep-08 11:12 
GeneralRe: Setting Children Nodes of Tree View Based on Parent Node Pin
Stuck At Zero8-Sep-08 5:25
Stuck At Zero8-Sep-08 5:25 
I couldn't figure out how to filter out the other things OnNotify would trigger, but I believe part of my problem seems to be that the hItem is what the TreeView has as a keyboard highlighted region rather than the actual node clicked on by mouse.

Do you have any ideas as to change hItem to reflect what is actually clicked on by the mouse and thus ignore the keyboard rectangular region that highlights the 1st root node or changes if I use my keyboard to move it around?

In other words,
HTREEITEM hItem = m_filterTreeCtrl.GetSelectedItem();  // Keyboard Highlighted Region


Is not with respect to the node I click on with my mouse.
QuestionWhat message does a vertical CScrollBar send when it is moved? Pin
KellyR4-Sep-08 5:17
KellyR4-Sep-08 5:17 
AnswerRe: What message does a vertical CScrollBar send when it is moved? Pin
Mark Salsbery4-Sep-08 5:40
Mark Salsbery4-Sep-08 5:40 
GeneralRe: What message does a vertical CScrollBar send when it is moved? Pin
KellyR4-Sep-08 10:06
KellyR4-Sep-08 10:06 
Questionupdate password Pin
Chandrasekharan P4-Sep-08 5:08
Chandrasekharan P4-Sep-08 5:08 
AnswerRe: update password Pin
Rajesh R Subramanian4-Sep-08 6:10
professionalRajesh R Subramanian4-Sep-08 6:10 
AnswerRe: update password Pin
David Crow4-Sep-08 7:04
David Crow4-Sep-08 7:04 
QuestionUsing strtok() in a UNICODE MFC Application Pin
Andy2024-Sep-08 4:54
Andy2024-Sep-08 4:54 
AnswerRe: Using strtok() in a UNICODE MFC Application Pin
Mark Salsbery4-Sep-08 5:17
Mark Salsbery4-Sep-08 5:17 
GeneralRe: Using strtok() in a UNICODE MFC Application Pin
Andy2024-Sep-08 10:07
Andy2024-Sep-08 10:07 
GeneralRe: Using strtok() in a UNICODE MFC Application Pin
David Crow4-Sep-08 10:53
David Crow4-Sep-08 10:53 
GeneralRe: Using strtok() in a UNICODE MFC Application Pin
Mark Salsbery4-Sep-08 10:56
Mark Salsbery4-Sep-08 10:56 
Questionhow can i remove this error Pin
pc_dev4-Sep-08 4:27
pc_dev4-Sep-08 4:27 
AnswerRe: how can i remove this error [modified] Pin
Cedric Moonen4-Sep-08 4:28
Cedric Moonen4-Sep-08 4:28 
GeneralRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:32
Roger Stoltz4-Sep-08 4:32 
GeneralRe: how can i remove this error Pin
Cedric Moonen4-Sep-08 4:39
Cedric Moonen4-Sep-08 4:39 
GeneralRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:41
Roger Stoltz4-Sep-08 4:41 
AnswerRe: how can i remove this error Pin
Roger Stoltz4-Sep-08 4:35
Roger Stoltz4-Sep-08 4:35 

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.