Click here to Skip to main content
15,885,088 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRedirecting output to DVI or HDMI. Pin
beastian10-Apr-11 4:34
beastian10-Apr-11 4:34 
AnswerRe: Redirecting output to DVI or HDMI. Pin
Code-o-mat10-Apr-11 11:37
Code-o-mat10-Apr-11 11:37 
GeneralRe: Redirecting output to DVI or HDMI. Pin
beastian13-May-11 4:28
beastian13-May-11 4:28 
GeneralRe: Redirecting output to DVI or HDMI. Pin
Code-o-mat13-May-11 4:30
Code-o-mat13-May-11 4:30 
Questionproblem to draw line in list control Pin
shashankacharya8-Apr-11 19:30
shashankacharya8-Apr-11 19:30 
AnswerRe: problem to draw line in list control Pin
Nitheesh George8-Apr-11 20:18
Nitheesh George8-Apr-11 20:18 
GeneralRe: problem to draw line in list control Pin
shashankacharya8-Apr-11 22:13
shashankacharya8-Apr-11 22:13 
GeneralRe: problem to draw line in list control Pin
Rotted Frog8-Apr-11 23:02
Rotted Frog8-Apr-11 23:02 
You need to handle the custom draw notification and draw the whole item in the control, using GDI (or GDI+) API calls.
For entries that are invalid, you can then draw a red line though then using MoveTo/LineTo.

For an example of a ListView custom draw, read this article[^]

EDIT: This article might be better that the C# one I originally posted... Using ListView control under Win32 API[^]
QuestionHow can find the text file encoded in other than ANSI format? Pin
Le@rner8-Apr-11 18:29
Le@rner8-Apr-11 18:29 
AnswerRe: How can find the text file encoded in other than ANSI format? Pin
Rotted Frog8-Apr-11 22:56
Rotted Frog8-Apr-11 22:56 
AnswerRe: How can find the text file encoded in other than ANSI format? Pin
Richard MacCutchan8-Apr-11 23:20
mveRichard MacCutchan8-Apr-11 23:20 
QuestionHow to read the buffer from the SQL's image field type ? [modified] Pin
wangningyu8-Apr-11 15:55
wangningyu8-Apr-11 15:55 
QuestionHow to partially map a shared memory Pin
pandit848-Apr-11 3:06
pandit848-Apr-11 3:06 
AnswerRe: How to partially map a shared memory Pin
Niklas L8-Apr-11 21:51
Niklas L8-Apr-11 21:51 
QuestionRegistry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 3:05
vishalgpt8-Apr-11 3:05 
AnswerRe: Registry Settings For CoCreateInstanceAsAdmin Pin
_AnsHUMAN_ 8-Apr-11 3:34
_AnsHUMAN_ 8-Apr-11 3:34 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 4:58
vishalgpt8-Apr-11 4:58 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
Richard MacCutchan8-Apr-11 5:00
mveRichard MacCutchan8-Apr-11 5:00 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt8-Apr-11 6:32
vishalgpt8-Apr-11 6:32 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
Richard MacCutchan8-Apr-11 22:02
mveRichard MacCutchan8-Apr-11 22:02 
GeneralRe: Registry Settings For CoCreateInstanceAsAdmin Pin
vishalgpt20-Apr-11 4:34
vishalgpt20-Apr-11 4:34 
QuestionHow can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 0:50
_Flaviu8-Apr-11 0:50 
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 1:11
_Flaviu8-Apr-11 1:11 
AnswerRe: How can I catch SetCurSel in ComboBox control ? Pin
Richard MacCutchan8-Apr-11 1:38
mveRichard MacCutchan8-Apr-11 1:38 
GeneralRe: How can I catch SetCurSel in ComboBox control ? Pin
_Flaviu8-Apr-11 1:47
_Flaviu8-Apr-11 1: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.