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

C / C++ / MFC

 
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 
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 
Hello,

I know how to catch a left click or a right click on the header.
For the first, I write the function OnColumnClick() and for the second I know the user does a right-click on the header when wParam == 0 and pHdn->code == NM_RCLICK (function OnNotify()).

I would like to catch a message when the user left clicks on the header, but on a column not existing (not inserted). wParam == 0 and pHdn->code == NM_CLICK doesn't work.

Can you help me ?
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 
GeneralRe: Array Variable initialization Pin
SandipG 9-Sep-08 5:19
SandipG 9-Sep-08 5:19 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 5:40
toxcct9-Sep-08 5:40 
GeneralRe: Array Variable initialization Pin
CPallini9-Sep-08 6:10
mveCPallini9-Sep-08 6:10 
GeneralRe: Array Variable initialization Pin
toxcct9-Sep-08 6:12
toxcct9-Sep-08 6:12 
AnswerRe: Array Variable initialization Pin
David Crow9-Sep-08 4:35
David Crow9-Sep-08 4:35 
GeneralRe: Array Variable initialization Pin
CPallini9-Sep-08 5:18
mveCPallini9-Sep-08 5:18 

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.