Click here to Skip to main content
15,920,053 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i pass string in BREW throuch C++. Pin
nitinjdalal19-Jun-06 0:48
nitinjdalal19-Jun-06 0:48 
AnswerRe: how can i pass string in BREW throuch C++. Pin
NiceNaidu19-Jun-06 1:09
NiceNaidu19-Jun-06 1:09 
GeneralRe: how can i pass string in BREW throuch C++. Pin
nitinjdalal19-Jun-06 1:47
nitinjdalal19-Jun-06 1:47 
GeneralRe: how can i pass string in BREW throuch C++. Pin
ThatsAlok19-Jun-06 2:02
ThatsAlok19-Jun-06 2:02 
QuestionHow we can select numbors in Random way Pin
johnalek19-Jun-06 0:45
johnalek19-Jun-06 0:45 
AnswerRe: How we can select numbors in Random way Pin
_AnsHUMAN_ 19-Jun-06 0:49
_AnsHUMAN_ 19-Jun-06 0:49 
AnswerRe: How we can select numbors in Random way Pin
Laxman Auti19-Jun-06 0:56
Laxman Auti19-Jun-06 0:56 
Questioncolor Pin
yogendra kaushik19-Jun-06 0:06
yogendra kaushik19-Jun-06 0:06 
hi all plz help me
i want to change color of a particular control on which text is displayed but problem is that when i try folloeing code it will change color only of the text's background but not of all control plz tel me code for this


HBRUSH CAfterone::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
{
HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor);

// TODO: Change any attributes of the DC here
pDC->SetBkColor(RGB(0, 0, 0));

// TODO: Return a different brush if the default is not desired
return hbr;

}


Please mail me
AnswerRe: color [modified] Pin
Naveen19-Jun-06 0:11
Naveen19-Jun-06 0:11 
AnswerRe: color [modified] Pin
Hamid_RT19-Jun-06 0:20
Hamid_RT19-Jun-06 0:20 
AnswerRe: color Pin
_AnsHUMAN_ 19-Jun-06 0:21
_AnsHUMAN_ 19-Jun-06 0:21 
GeneralRe: color Pin
yogendra kaushik19-Jun-06 0:43
yogendra kaushik19-Jun-06 0:43 
GeneralRe: color Pin
_AnsHUMAN_ 19-Jun-06 0:53
_AnsHUMAN_ 19-Jun-06 0:53 
AnswerRe: color Pin
Laxman Auti19-Jun-06 1:01
Laxman Auti19-Jun-06 1:01 
GeneralRe: color Pin
Naveen19-Jun-06 1:25
Naveen19-Jun-06 1:25 
GeneralRe: color Pin
Hamid_RT19-Jun-06 1:12
Hamid_RT19-Jun-06 1:12 
AnswerRe: color Pin
Laxman Auti19-Jun-06 0:21
Laxman Auti19-Jun-06 0:21 
AnswerRe: color Pin
Mahesh Kulkarni19-Jun-06 1:55
Mahesh Kulkarni19-Jun-06 1:55 
GeneralRe: color((thanks a lot))))) Pin
yogendra kaushik19-Jun-06 3:36
yogendra kaushik19-Jun-06 3:36 
QuestionHow we can get the handle of child window Pin
johnalek18-Jun-06 23:19
johnalek18-Jun-06 23:19 
AnswerRe: How we can get the handle of child window Pin
FarPointer18-Jun-06 23:27
FarPointer18-Jun-06 23:27 
GeneralRe: How we can get the handle of child window Pin
johnalek19-Jun-06 0:43
johnalek19-Jun-06 0:43 
AnswerRe: How we can get the handle of child window [modified] Pin
_AnsHUMAN_ 18-Jun-06 23:28
_AnsHUMAN_ 18-Jun-06 23:28 
AnswerRe: How we can get the handle of child window [modified] Pin
Laxman Auti18-Jun-06 23:28
Laxman Auti18-Jun-06 23:28 
GeneralRe: How we can get the handle of child window Pin
David Crow19-Jun-06 2:49
David Crow19-Jun-06 2:49 

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.