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

C / C++ / MFC

 
Questionhow do i do this Pin
joyalfernandes19-Jun-06 4:12
joyalfernandes19-Jun-06 4:12 
AnswerRe: how do i do this Pin
Chris Losinger19-Jun-06 4:21
professionalChris Losinger19-Jun-06 4:21 
AnswerRe: how do i do this Pin
toxcct19-Jun-06 4:31
toxcct19-Jun-06 4:31 
AnswerRe: how do i do this Pin
Sarath C19-Jun-06 4:40
Sarath C19-Jun-06 4:40 
AnswerRe: how do i do this Pin
capricious_00119-Jun-06 5:18
capricious_00119-Jun-06 5:18 
AnswerRe: how do i do this Pin
Kevin McFarlane19-Jun-06 6:37
Kevin McFarlane19-Jun-06 6:37 
Question[Message Deleted] Pin
yogendra kaushik19-Jun-06 3:52
yogendra kaushik19-Jun-06 3:52 
AnswerRe: color information Pin
_AnsHUMAN_ 19-Jun-06 4:03
_AnsHUMAN_ 19-Jun-06 4:03 
This will help :
HBRUSH CtestMFCDlg::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
{
  HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor);
  if(nCtlColor== CTLCOLOR_EDIT )
       hbr=CreateSolidBrush(RGB(0,100,0));
  return hbr;
}


Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: color information Pin
yogendra kaushik19-Jun-06 4:25
yogendra kaushik19-Jun-06 4:25 
GeneralRe: color information Pin
FarPointer19-Jun-06 5:01
FarPointer19-Jun-06 5:01 
AnswerRe: color information Pin
Viorel.19-Jun-06 4:05
Viorel.19-Jun-06 4:05 
GeneralRe: color information Pin
yogendra kaushik19-Jun-06 4:25
yogendra kaushik19-Jun-06 4:25 
AnswerRe: color information Pin
Maximilien19-Jun-06 4:06
Maximilien19-Jun-06 4:06 
AnswerRe: [Message Deleted] Pin
toxcct19-Jun-06 5:06
toxcct19-Jun-06 5:06 
QuestionQuestion on SAPI Pin
Kiran Pinjala19-Jun-06 3:26
Kiran Pinjala19-Jun-06 3:26 
AnswerRe: Question on SAPI Pin
Viorel.19-Jun-06 4:13
Viorel.19-Jun-06 4:13 
Questionproblem with Open of a query to a recordset Pin
SWDevil19-Jun-06 2:58
SWDevil19-Jun-06 2:58 
QuestionRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 3:12
David Crow19-Jun-06 3:12 
AnswerRe: problem with Open of a query to a recordset Pin
SWDevil19-Jun-06 4:15
SWDevil19-Jun-06 4:15 
GeneralRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 5:40
David Crow19-Jun-06 5:40 
GeneralRe: problem with Open of a query to a recordset Pin
SWDevil19-Jun-06 10:04
SWDevil19-Jun-06 10:04 
QuestionRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 10:24
David Crow19-Jun-06 10:24 
AnswerRe: problem with Open of a query to a recordset Pin
Viorel.19-Jun-06 3:15
Viorel.19-Jun-06 3:15 
GeneralRe: problem with Open of a query to a recordset Pin
SWDevil19-Jun-06 10:06
SWDevil19-Jun-06 10:06 
GeneralRe: problem with Open of a query to a recordset Pin
David Crow19-Jun-06 10:22
David Crow19-Jun-06 10:22 

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.