Click here to Skip to main content
15,881,204 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to enable the dynamically sub menu in the dialog program ? Pin
wangningyu8-Apr-10 14:54
wangningyu8-Apr-10 14:54 
QuestionQuickTimeSdk prob Pin
002comp7-Apr-10 21:05
002comp7-Apr-10 21:05 
AnswerRe: QuickTimeSdk prob Pin
002comp7-Apr-10 23:54
002comp7-Apr-10 23:54 
QuestionMessage of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 19:17
includeh107-Apr-10 19:17 
AnswerRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends7-Apr-10 21:16
professionalPJ Arends7-Apr-10 21:16 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
Iain Clarke, Warrior Programmer7-Apr-10 21:19
Iain Clarke, Warrior Programmer7-Apr-10 21:19 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
PJ Arends8-Apr-10 8:07
professionalPJ Arends8-Apr-10 8:07 
AnswerRe: Message of right-clicking on column header of CListCtrl PinPopular
Iain Clarke, Warrior Programmer7-Apr-10 21:16
Iain Clarke, Warrior Programmer7-Apr-10 21:16 
I presume you got downvoted, as you've been around for long enough to work this one out for yourself.

A quick search gives me this list of notifications for you:
http://msdn.microsoft.com/en-us/library/ff485962(v=VS.85).aspx[^]

Try making a small dialog box application, with a list control on it. Then use spy++ to see what notifications are available to you.

There's a LVN_COLUMNCLICK - but also a NM_RCLICK worth looking at.

LVM_HITTEST will help you find out where you're clicking, as will LVM_GETHEADER / HDM_HITTEST.

The messages will have their MFC equivalents, I'm sure.

I hope that gives you enough information to flesh out,

Iain.
I have now moved to Sweden for love (awwww).

GeneralRe: Message of right-clicking on column header of CListCtrl Pin
includeh107-Apr-10 23:00
includeh107-Apr-10 23:00 
RantRe: Message of right-clicking on column header of CListCtrl Pin
Iain Clarke, Warrior Programmer7-Apr-10 23:05
Iain Clarke, Warrior Programmer7-Apr-10 23:05 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
Adam Roderick J7-Apr-10 23:06
Adam Roderick J7-Apr-10 23:06 
GeneralRe: Message of right-clicking on column header of CListCtrl Pin
David Crow8-Apr-10 3:40
David Crow8-Apr-10 3:40 
AnswerRe: Message of right-clicking on column header of CListCtrl Pin
Rolf Kristensen12-Apr-10 9:26
Rolf Kristensen12-Apr-10 9:26 
GeneralBarcode Application Usage [was: Re: Message of right-clicking on column header of CListCtrl] Pin
gvMadhav24-Jul-10 17:53
gvMadhav24-Jul-10 17:53 
Questionactivex Pin
mazizi7-Apr-10 18:52
mazizi7-Apr-10 18:52 
AnswerRe: activex Pin
Garth J Lancaster7-Apr-10 20:19
professionalGarth J Lancaster7-Apr-10 20:19 
AnswerRe: activex Pin
KingsGambit7-Apr-10 21:32
KingsGambit7-Apr-10 21:32 
QuestionMessageBox / Win32 Pin
Fareed Rizkalla7-Apr-10 14:47
Fareed Rizkalla7-Apr-10 14:47 
AnswerRe: MessageBox / Win32 Pin
Gwenio7-Apr-10 14:59
Gwenio7-Apr-10 14:59 
GeneralRe: MessageBox / Win32 Pin
Fareed Rizkalla7-Apr-10 15:03
Fareed Rizkalla7-Apr-10 15:03 
GeneralRe: MessageBox / Win32 Pin
Gwenio7-Apr-10 15:07
Gwenio7-Apr-10 15:07 
AnswerRe: MessageBox / Win32 Pin
wuyouzi297-Apr-10 21:03
wuyouzi297-Apr-10 21:03 
AnswerRe: MessageBox / Win32 Pin
KarstenK8-Apr-10 0:19
mveKarstenK8-Apr-10 0:19 
Questionfrom the index pos in ch[],delete the the string of len Pin
wbgxx7-Apr-10 13:17
wbgxx7-Apr-10 13:17 
AnswerRe: from the index pos in ch[],delete the the string of len Pin
Richard Andrew x647-Apr-10 13:32
professionalRichard Andrew x647-Apr-10 13:32 

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.