Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List Control selected Pin
Genius Logics30-Apr-04 2:44
sussGenius Logics30-Apr-04 2:44 
GeneralRe: List Control selected Pin
vcplusplus30-Apr-04 3:08
vcplusplus30-Apr-04 3:08 
GeneralRe: List Control selected Pin
A T I F30-Apr-04 3:36
A T I F30-Apr-04 3:36 
Generaleditbox Pin
x-trate30-Apr-04 1:56
x-trate30-Apr-04 1:56 
GeneralRe: editbox Pin
jmkhael30-Apr-04 2:03
jmkhael30-Apr-04 2:03 
QuestionHow to Add Color to a CList Box Value? Pin
jerry1211a30-Apr-04 1:27
jerry1211a30-Apr-04 1:27 
AnswerRe: How to Add Color to a CList Box Value? Pin
V.30-Apr-04 1:36
professionalV.30-Apr-04 1:36 
AnswerRe: How to Add Color to a CList Box Value? Pin
Mike Dimmick30-Apr-04 1:44
Mike Dimmick30-Apr-04 1:44 
The list box control won't, natively, allow you to set the colour of a single row. You'll have to do some owner-drawing.

The List View control (CListCtrl in MFC) doesn't allow it either, but the owner-drawing is simpler. You can handle NMCUSTOMDRAW notifications to customise parts of the drawing process. With the list box (CListBox), it's all or nothing.

You'll find lots of ideas at http://www.codeproject.com/listctrl/[^].

Stability. What an interesting concept. -- Chris Maunder
QuestionDACL. Is it necessary to know ? Pin
30-Apr-04 1:25
suss30-Apr-04 1:25 
AnswerRe: DACL. Is it necessary to know ? Pin
Mike Dimmick30-Apr-04 1:52
Mike Dimmick30-Apr-04 1:52 
GeneralRe: DACL. Is it necessary to know ? Pin
Member 101882330-Apr-04 1:59
Member 101882330-Apr-04 1:59 
GeneralRe: DACL. Is it necessary to know ? Pin
David Crow30-Apr-04 3:11
David Crow30-Apr-04 3:11 
GeneralRe: DACL. Is it necessary to know ? Pin
Blake Miller30-Apr-04 6:09
Blake Miller30-Apr-04 6:09 
GeneralGetAddress of IPAddress Control crashing.. Pin
IrishSonic30-Apr-04 1:13
IrishSonic30-Apr-04 1:13 
GeneralRe: GetAddress of IPAddress Control crashing.. Pin
jmkhael30-Apr-04 1:53
jmkhael30-Apr-04 1:53 
GeneralRe: GetAddress of IPAddress Control crashing.. Pin
Mike Dimmick30-Apr-04 2:05
Mike Dimmick30-Apr-04 2:05 
GeneralFinding handles to dialogs Pin
V.30-Apr-04 0:51
professionalV.30-Apr-04 0:51 
GeneralRe: Finding handles to dialogs Pin
mangellj30-Apr-04 3:25
mangellj30-Apr-04 3:25 
GeneralRe: Finding handles to dialogs Pin
V.3-May-04 4:09
professionalV.3-May-04 4:09 
GeneralRe: Finding handles to dialogs Pin
David Crow30-Apr-04 3:30
David Crow30-Apr-04 3:30 
GeneralActive X subclassing Pin
rw10430-Apr-04 0:00
rw10430-Apr-04 0:00 
Generalinterop com client and .net server Pin
mrmgsm29-Apr-04 23:21
mrmgsm29-Apr-04 23:21 
GeneralRe: interop com client and .net server Pin
Mike Dimmick30-Apr-04 2:25
Mike Dimmick30-Apr-04 2:25 
GeneralDLL Help. At the end of my tether! Pin
xsive29-Apr-04 22:59
xsive29-Apr-04 22:59 
GeneralRe: DLL Help. At the end of my tether! Pin
Mike Dimmick30-Apr-04 2:19
Mike Dimmick30-Apr-04 2:19 

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.