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

C / C++ / MFC

 
AnswerRe: CButton color change Pin
Naveen17-Dec-08 22:34
Naveen17-Dec-08 22:34 
GeneralRe: CButton color change Pin
Paulraj G17-Dec-08 23:03
Paulraj G17-Dec-08 23:03 
GeneralRe: CButton color change Pin
CPallini17-Dec-08 23:18
mveCPallini17-Dec-08 23:18 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:43
Naveen17-Dec-08 23:43 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:24
Code-o-mat17-Dec-08 23:24 
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:32
Naveen17-Dec-08 23:32 
GeneralRe: CButton color change Pin
Code-o-mat17-Dec-08 23:51
Code-o-mat17-Dec-08 23:51 
AnswerRe: CButton color change Pin
Iain Clarke, Warrior Programmer17-Dec-08 23:17
Iain Clarke, Warrior Programmer17-Dec-08 23:17 
Have a look at WM_CTLCOLOR / CWnd::OnCltColor.

This lets a a dialog control change the brush of a child button (etc).

It gives the the DC that the control will draw into - so you can (I'm fairly sure) also use pDC->SetTextColor at the same time.

Iain.
GeneralRe: CButton color change Pin
Naveen17-Dec-08 23:55
Naveen17-Dec-08 23:55 
AnswerRe: CButton color change Pin
Hamid_RT17-Dec-08 23:34
Hamid_RT17-Dec-08 23:34 
AnswerRe: CButton color change Pin
Jijo.Raj18-Dec-08 0:21
Jijo.Raj18-Dec-08 0:21 
QuestionATLASSERT question Pin
monsieur_jj17-Dec-08 21:46
monsieur_jj17-Dec-08 21:46 
QuestionRe: ATLASSERT question Pin
CPallini17-Dec-08 22:25
mveCPallini17-Dec-08 22:25 
JokeRe: ATLASSERT question Pin
KarstenK17-Dec-08 23:01
mveKarstenK17-Dec-08 23:01 
QuestionHow to attach my window to another? Pin
extreme00117-Dec-08 21:40
extreme00117-Dec-08 21:40 
QuestionDoModal creates problem.. Pin
m_mun17-Dec-08 21:10
m_mun17-Dec-08 21:10 
AnswerRe: DoModal creates problem.. Pin
Cedric Moonen17-Dec-08 21:20
Cedric Moonen17-Dec-08 21:20 
GeneralRe: DoModal creates problem.. Pin
m_mun17-Dec-08 21:34
m_mun17-Dec-08 21:34 
GeneralRe: DoModal creates problem.. Pin
Cedric Moonen17-Dec-08 22:41
Cedric Moonen17-Dec-08 22:41 
AnswerRe: DoModal creates problem.. Pin
CPallini17-Dec-08 22:22
mveCPallini17-Dec-08 22:22 
Questionhow to save file in CFileDialog ? Pin
AnithaSubramani17-Dec-08 18:20
AnithaSubramani17-Dec-08 18:20 
AnswerRe: how to save file in CFileDialog ? Pin
Naveen17-Dec-08 18:50
Naveen17-Dec-08 18:50 
GeneralRe: how to save file in CFileDialog ? Pin
AnithaSubramani17-Dec-08 19:15
AnithaSubramani17-Dec-08 19:15 
Questionhelp.. Pin
ramina sen17-Dec-08 17:50
ramina sen17-Dec-08 17:50 
AnswerRe: help.. Pin
L. Madhavan17-Dec-08 18:11
L. Madhavan17-Dec-08 18:11 

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.