Click here to Skip to main content
15,922,145 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem running on other pc Pin
Cosmic Egg29-Jan-09 9:11
Cosmic Egg29-Jan-09 9:11 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:40
Thilek30-Jan-09 3:40 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:54
Thilek30-Jan-09 3:54 
GeneralRe: Problem running on other pc Pin
Thilek30-Jan-09 3:55
Thilek30-Jan-09 3:55 
QuestionDebug Assertion : Project exe cannot be found or does not match. Pin
Divya Lalwani29-Jan-09 2:09
Divya Lalwani29-Jan-09 2:09 
AnswerRe: Debug Assertion : Project exe cannot be found or does not match. Pin
Code-o-mat29-Jan-09 2:21
Code-o-mat29-Jan-09 2:21 
QuestionRe: Debug Assertion : Project exe cannot be found or does not match. Pin
David Crow29-Jan-09 2:51
David Crow29-Jan-09 2:51 
QuestionChanging Background color and Static Control background color. Pin
Le@rner29-Jan-09 1:50
Le@rner29-Jan-09 1:50 
Hi all,

i m using this.
1. declare it in header file.
protected:
CBrush m_brush;

2. now on OnInitDialg()
m_brush.CreateSolidBrush(RGB(245, 245, 245)); // color white brush

3.now on OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor)
return m_brush;


but here edit contol also colored with this color.

please tell me how can i change Back ground color of dialog box and back ground color of static control.

To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

AnswerRe: Changing Background color and Static Control background color. Pin
ATM@CodeProject29-Jan-09 1:57
ATM@CodeProject29-Jan-09 1:57 
AnswerRe: Changing Background color and Static Control background color. Pin
Code-o-mat29-Jan-09 2:02
Code-o-mat29-Jan-09 2:02 
GeneralRe: Changing Background color and Static Control background color. Pin
Le@rner29-Jan-09 17:37
Le@rner29-Jan-09 17:37 
QuestionMerging the two video files Pin
raj157629-Jan-09 1:28
raj157629-Jan-09 1:28 
AnswerRe: Merging the two video files Pin
Code-o-mat29-Jan-09 2:09
Code-o-mat29-Jan-09 2:09 
QuestionDetours Simple sample applications dll export problem Pin
keret29-Jan-09 1:24
keret29-Jan-09 1:24 
AnswerRe: Detours Simple sample applications dll export problem Pin
«_Superman_»29-Jan-09 1:49
professional«_Superman_»29-Jan-09 1:49 
GeneralRe: Detours Simple sample applications dll export problem Pin
keret29-Jan-09 3:41
keret29-Jan-09 3:41 
GeneralRe: Detours Simple sample applications dll export problem Pin
«_Superman_»29-Jan-09 19:49
professional«_Superman_»29-Jan-09 19:49 
GeneralRe: Detours Simple sample applications dll export problem Pin
keret30-Jan-09 0:35
keret30-Jan-09 0:35 
Questionhow to get file name to input to 'IWMMetadataEditor' in C++ ? Pin
Supriya Tonape29-Jan-09 1:22
Supriya Tonape29-Jan-09 1:22 
QuestionThread Question Pin
Dennis L29-Jan-09 0:54
Dennis L29-Jan-09 0:54 
AnswerRe: Thread Question Pin
Code-o-mat29-Jan-09 0:59
Code-o-mat29-Jan-09 0:59 
GeneralRe: Thread Question [modified] Pin
Dennis L29-Jan-09 1:36
Dennis L29-Jan-09 1:36 
GeneralRe: Thread Question Pin
Code-o-mat29-Jan-09 1:56
Code-o-mat29-Jan-09 1:56 
GeneralRe: Thread Question Pin
Dennis L29-Jan-09 2:17
Dennis L29-Jan-09 2:17 
GeneralRe: Thread Question Pin
Code-o-mat29-Jan-09 2:32
Code-o-mat29-Jan-09 2:32 

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.