Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: CListCtrl question Pin
Tomasz Sowinski12-Sep-02 7:37
Tomasz Sowinski12-Sep-02 7:37 
List control header's ID is zero. If you add handlers with ClassWizard, the message map entry will have control ID of your list, not zero. You'll have to change the ID value in message map or override OnNotify.

RK_2000 wrote:
I have created a custom, called CCustomListCtrl that inherits from CListCtrl. The only reason for this was to use the CustomDraw features.

You can use custom draw without creating new CListCtrl-based class. Message reflection makes it possible - handler will be created in dialog class and invoked whenever list needs painting.

Tomasz Sowinski -- http://www.shooltz.com

To some its a six-pack, to me it's a support group

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 
QuestionHow to insert a number of Icons into a project? Pin
chen12-Sep-02 5:47
chen12-Sep-02 5:47 

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.