Click here to Skip to main content
15,896,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Embedded Data Pin
Hamid_RT10-Sep-08 9:33
Hamid_RT10-Sep-08 9:33 
AnswerRe: Embedded Data Pin
claman9-Sep-08 6:35
claman9-Sep-08 6:35 
GeneralRe: Embedded Data Pin
thebeekeeper9-Sep-08 7:03
thebeekeeper9-Sep-08 7:03 
AnswerRe: Embedded Data Pin
Bram van Kampen9-Sep-08 8:33
Bram van Kampen9-Sep-08 8:33 
QuestionHow to Change Focus on Tree View with Mouse Click Pin
Stuck At Zero9-Sep-08 3:35
Stuck At Zero9-Sep-08 3:35 
AnswerRe: How to Change Focus on Tree View with Mouse Click Pin
Mark Salsbery9-Sep-08 5:23
Mark Salsbery9-Sep-08 5:23 
GeneralRe: How to Change Focus on Tree View with Mouse Click Pin
Stuck At Zero9-Sep-08 6:13
Stuck At Zero9-Sep-08 6:13 
GeneralRe: How to Change Focus on Tree View with Mouse Click Pin
Mark Salsbery9-Sep-08 6:29
Mark Salsbery9-Sep-08 6:29 
Stuck At Zero wrote:
since I was overriding OnNotify, the call to the overridden function would handle all the other stuff I'm not handling


Right, but you were calling the base class BEFORE handling the
notification and afterwards as well. You should also return TRUE
when you handle a notification.


Stuck At Zero wrote:
I've tried using other notifications and nothing seems to work.


It depends on what you want to do. There's a lot of more specific
notifications for a tree view control that may be more appropriate than
the generic NM_CLICK notification, which is sent when the user clicks
anywhere on the control. That notification may come BEFORE the control
changes the selected item, which will mess up your handler logic.


In your previous post, you needed to load child nodes when an item was
expanded. What else are you wanting to do?

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How to Change Focus on Tree View with Mouse Click Pin
Stuck At Zero9-Sep-08 6:36
Stuck At Zero9-Sep-08 6:36 
QuestionInstalling drivers and Inno Setup Pin
AnithaSubramani9-Sep-08 2:47
AnithaSubramani9-Sep-08 2:47 
QuestionRe: Installing drivers and Inno Setup Pin
sashoalm9-Sep-08 5:08
sashoalm9-Sep-08 5:08 
AnswerRe: Installing drivers and Inno Setup [modified] Pin
AnithaSubramani9-Sep-08 18:56
AnithaSubramani9-Sep-08 18:56 
GeneralRe: Installing drivers and Inno Setup Pin
sashoalm9-Sep-08 23:40
sashoalm9-Sep-08 23:40 
QuestionLeft Click on CHeaderCtrl for a ListCtrl Pin
PrincessLily9-Sep-08 2:31
PrincessLily9-Sep-08 2:31 
AnswerRe: Left Click on CHeaderCtrl for a ListCtrl Pin
Michael Dunn9-Sep-08 14:21
sitebuilderMichael Dunn9-Sep-08 14:21 
GeneralRe: Left Click on CHeaderCtrl for a ListCtrl Pin
PrincessLily9-Sep-08 20:58
PrincessLily9-Sep-08 20:58 
QuestionArray Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:29
T.RATHA KRISHNAN9-Sep-08 2:29 
AnswerRe: Array Variable initialization Pin
toxcct9-Sep-08 2:32
toxcct9-Sep-08 2:32 
GeneralRe: Array Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:39
T.RATHA KRISHNAN9-Sep-08 2:39 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 2:42
toxcct9-Sep-08 2:42 
GeneralRe: Array Variable initialization Pin
T.RATHA KRISHNAN9-Sep-08 2:51
T.RATHA KRISHNAN9-Sep-08 2:51 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 2:59
toxcct9-Sep-08 2:59 
QuestionRe: Array Variable initialization Pin
CPallini9-Sep-08 3:34
mveCPallini9-Sep-08 3:34 
AnswerRe: Array Variable initialization Pin
toxcct9-Sep-08 3:37
toxcct9-Sep-08 3:37 
GeneralRe: Array Variable initialization [modified] Pin
CPallini9-Sep-08 5:13
mveCPallini9-Sep-08 5:13 

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.