Click here to Skip to main content
15,886,026 members
Articles / Desktop Programming / MFC

Dynamically Highlight Elements in a List Control

Rate me:
Please Sign up or sign in to vote.
4.91/5 (15 votes)
20 Aug 2001CPOL1 min read 163.6K   2.6K   48   14
Use the custom draw features of a List Control to dynamically find and hightlight items.

Just type a name it gets highlighted!

Introduction

It seems more and more like my projects revolve around the List Control in some form or another. I also seem to be using CodeProject more and more to find out how to do things in my code.

One day, I came across Michael Dunn's excellent article Neat Stuff to do in List Controls Using Custom Draw and it got me to thinking about how to do some really functional stuff with a list control.

I had recently done a project where certain attributes were displayed in a list control. And, at the time, I thought it would be neat if I could color text in a column based on certain criteria, specifically, the text in the cell. Well, due to time constraints, that feature never made it into the project.

But, since then, I've had time to revisit, and have come up with that functionality in this little application.

Simply type in a name in the edit box, and if the name is found in the List Control, it's highlighted yellow and it's text is changed to red.

The specifics of Custom Draw in a List Control are presented in Michael's article, and I've tried to document the code nicely.

Enjoy!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralRe: Download Pin
20-Aug-01 17:38
suss20-Aug-01 17:38 
GeneralRe: Download Pin
20-Aug-01 18:13
suss20-Aug-01 18:13 
GeneralDownload Pin
FilthyZombie20-Aug-01 3:33
FilthyZombie20-Aug-01 3:33 
GeneralRe: Download Pin
Member 214361124-Jul-05 21:51
Member 214361124-Jul-05 21:51 

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.