Click here to Skip to main content
15,919,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Highliting items in list control Pin
Tomasz Sowinski12-Sep-02 7:38
Tomasz Sowinski12-Sep-02 7:38 
GeneralRe: Highliting items in list control Pin
Shay Harel12-Sep-02 7:42
Shay Harel12-Sep-02 7:42 
GeneralRe: Highliting items in list control Pin
valikac12-Sep-02 9:28
valikac12-Sep-02 9:28 
GeneralRe: Highliting items in list control Pin
Robert Mooney18-Oct-02 10:56
Robert Mooney18-Oct-02 10:56 
QuestionWhat's wndTop? Pin
RalfPeter12-Sep-02 7:23
RalfPeter12-Sep-02 7:23 
AnswerRe: What's wndTop? Pin
Tomasz Sowinski12-Sep-02 7:29
Tomasz Sowinski12-Sep-02 7:29 
AnswerRe: What's wndTop? Pin
introcosmo25-Jan-12 1:34
introcosmo25-Jan-12 1:34 
GeneralCListCtrl question Pin
RK_200012-Sep-02 6:59
RK_200012-Sep-02 6:59 
I have created a custom, called CCustomListCtrl that inherits from CListCtrl. The only reason for this was to use the CustomDraw features.

I am using this CCustomCtrl in a dialog box and I have created it dynamically as following:

DWORD dwStyle;
dwStyle = LVS_REPORT | WS_VISIBLE | WS_CHILD | WS_HSCROLL | WS_VSCROLL | WS_BORDER | LVS_SINGLESEL ;

m_ControllerList.Create(dwStyle,
CRect(nLeft, nTop, nRight, nBottom), this, IDC_CONTROLLER_LIST);

m_ControllerList.SetExtendedStyle(LVS_EX_CHECKBOXES | LVS_EX_FULLROWSELECT | LVS_EX_INFOTIP);


Now, I don't have trouble catching any of the messages pertaining to the list within the CDialog class but it seems like messages pertaining to the header of the list (i.e. ColumnClick, etc) are all going to the CCustomCtrl file and I just don't seem to be able to trap them in my dialog class.

any ideas?
GeneralRe: CListCtrl question Pin
Tomasz Sowinski12-Sep-02 7:37
Tomasz Sowinski12-Sep-02 7:37 
GeneralRe: CListCtrl question Pin
Michael Dunn12-Sep-02 18:21
sitebuilderMichael Dunn12-Sep-02 18:21 
GeneralMS Word in a Container Pin
Anonymous12-Sep-02 6:58
Anonymous12-Sep-02 6:58 
GeneralButtons in a CListCtrl Pin
MightyThor12-Sep-02 6:51
MightyThor12-Sep-02 6:51 
GeneralRe: Buttons in a CListCtrl Pin
Tomasz Sowinski12-Sep-02 7:44
Tomasz Sowinski12-Sep-02 7:44 
GeneralRe: Buttons in a CListCtrl Pin
MightyThor12-Sep-02 8:19
MightyThor12-Sep-02 8:19 
GeneralRe: Buttons in a CListCtrl Pin
Tomasz Sowinski12-Sep-02 8:24
Tomasz Sowinski12-Sep-02 8:24 
GeneralRe: Buttons in a CListCtrl Pin
MightyThor12-Sep-02 9:06
MightyThor12-Sep-02 9:06 
Generalmini window Pin
Zizilamoroso12-Sep-02 6:25
Zizilamoroso12-Sep-02 6:25 
GeneralRe: mini window Pin
Zizilamoroso12-Sep-02 6:27
Zizilamoroso12-Sep-02 6:27 
Generalfinally dealing with 'new' Pin
ns12-Sep-02 6:19
ns12-Sep-02 6:19 
GeneralRe: finally dealing with 'new' Pin
Chris Losinger12-Sep-02 6:24
professionalChris Losinger12-Sep-02 6:24 
GeneralRe: finally dealing with 'new' Pin
Le centriste12-Sep-02 7:43
Le centriste12-Sep-02 7:43 
GeneralRe: finally dealing with 'new' Pin
Ravi Bhavnani12-Sep-02 10:32
professionalRavi Bhavnani12-Sep-02 10:32 
GeneralRe: finally dealing with 'new' Pin
Michael Dunn12-Sep-02 18:29
sitebuilderMichael Dunn12-Sep-02 18:29 
GeneralRe: finally dealing with 'new' Pin
ns17-Sep-02 3:19
ns17-Sep-02 3:19 
GeneralRe: finally dealing with 'new' Pin
Michael Dunn17-Sep-02 5:27
sitebuilderMichael Dunn17-Sep-02 5:27 

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.