Click here to Skip to main content
15,898,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: difference between debug mode and release mode. Pin
Mark Salsbery31-Jul-07 10:26
Mark Salsbery31-Jul-07 10:26 
GeneralRe: difference between debug mode and release mode. Pin
emmmatty131-Jul-07 10:37
emmmatty131-Jul-07 10:37 
GeneralRe: difference between debug mode and release mode. Pin
Mark Salsbery31-Jul-07 11:45
Mark Salsbery31-Jul-07 11:45 
QuestionChanging Screen Brightness/Colour/Contrast Pin
mcsherry31-Jul-07 6:51
mcsherry31-Jul-07 6:51 
AnswerRe: Changing Screen Brightness/Colour/Contrast Pin
David Crow31-Jul-07 6:53
David Crow31-Jul-07 6:53 
GeneralRe: Changing Screen Brightness/Colour/Contrast Pin
mcsherry31-Jul-07 7:15
mcsherry31-Jul-07 7:15 
QuestionRe: Changing Screen Brightness/Colour/Contrast Pin
David Crow31-Jul-07 7:27
David Crow31-Jul-07 7:27 
AnswerRe: Changing Screen Brightness/Colour/Contrast Pin
mcsherry31-Jul-07 7:36
mcsherry31-Jul-07 7:36 
In addition to the Colour Management tab I have a Colour tab which allows me to manually change the settings.

ok so far I've tried:

CDC *win = GetDesktopWindow()->GetDC() ;
COLORADJUSTMENT col_adj ;

win->GetColorAdjustment ( &col_adj ) ;

col_adj.caBrightness = 100 ;
int err = win->SetColorAdjustment ( &col_adj ) ;


this does return the correct settings for the system however the Set method doesn't actually change anything *that I can see* so I'm assuming I'm looking at the wrong area and changing the wrong settings
GeneralRe: Changing Screen Brightness/Colour/Contrast Pin
David Crow31-Jul-07 7:42
David Crow31-Jul-07 7:42 
GeneralRe: Changing Screen Brightness/Colour/Contrast Pin
led mike31-Jul-07 9:13
led mike31-Jul-07 9:13 
AnswerRe: Changing Screen Brightness/Colour/Contrast Pin
Randor 31-Jul-07 8:15
professional Randor 31-Jul-07 8:15 
GeneralRe: Changing Screen Brightness/Colour/Contrast Pin
mcsherry31-Jul-07 8:42
mcsherry31-Jul-07 8:42 
QuestionButtons with images Pin
RomTibi31-Jul-07 6:08
RomTibi31-Jul-07 6:08 
AnswerRe: Buttons with images Pin
David Crow31-Jul-07 6:50
David Crow31-Jul-07 6:50 
GeneralRe: Buttons with images Pin
RomTibi31-Jul-07 9:19
RomTibi31-Jul-07 9:19 
AnswerRe: Buttons with images Pin
Chris Losinger31-Jul-07 8:48
professionalChris Losinger31-Jul-07 8:48 
GeneralRe: Buttons with images Pin
RomTibi31-Jul-07 9:18
RomTibi31-Jul-07 9:18 
QuestionButton with two or more text lines Pin
RomTibi31-Jul-07 6:06
RomTibi31-Jul-07 6:06 
AnswerRe: Button with two or more text lines Pin
Reagan Conservative31-Jul-07 6:15
Reagan Conservative31-Jul-07 6:15 
GeneralRe: Button with two or more text lines Pin
RomTibi31-Jul-07 6:26
RomTibi31-Jul-07 6:26 
QuestionMultiple lines edit box Pin
RomTibi31-Jul-07 6:04
RomTibi31-Jul-07 6:04 
AnswerRe: Multiple lines edit box Pin
David Crow31-Jul-07 6:51
David Crow31-Jul-07 6:51 
GeneralRe: Multiple lines edit box Pin
RomTibi31-Jul-07 8:16
RomTibi31-Jul-07 8:16 
QuestionA question about the sleep() function Pin
KaKa'31-Jul-07 5:10
KaKa'31-Jul-07 5:10 
AnswerRe: A question about the sleep() function Pin
led mike31-Jul-07 5:12
led mike31-Jul-07 5:12 

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.