Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Regarding change of Dialog Background Colour Pin
prasad_som29-Mar-07 19:46
prasad_som29-Mar-07 19:46 
GeneralRe: Regarding change of Dialog Background Colour Pin
Parthi_Appu29-Mar-07 19:57
Parthi_Appu29-Mar-07 19:57 
AnswerRe: Regarding change of Dialog Background Colour Pin
prasad_som29-Mar-07 20:00
prasad_som29-Mar-07 20:00 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 20:12
yaminisridaran29-Mar-07 20:12 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:38
yaminisridaran29-Mar-07 19:38 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 20:04
yaminisridaran29-Mar-07 20:04 
AnswerRe: Regarding change of Dialog Background Colour Pin
Naveen29-Mar-07 18:59
Naveen29-Mar-07 18:59 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:10
yaminisridaran29-Mar-07 19:10 
I implemented the code in initinstance for changing the formview colour and if possbile the mainframe colour..

The code in Initinstance
if (!ProcessShellCommand(cmdInfo))
return FALSE;


// The one and only window has been initialized, so show and update it.
SetDialogBkColor(RGB(255,200,100), RGB(1,1,1));
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();


S.Yamini
GeneralRe: Regarding change of Dialog Background Colour Pin
Naveen29-Mar-07 19:28
Naveen29-Mar-07 19:28 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 19:44
yaminisridaran29-Mar-07 19:44 
AnswerRe: Regarding change of Dialog Background Colour Pin
prasad_som29-Mar-07 19:09
prasad_som29-Mar-07 19:09 
GeneralRe: Regarding change of Dialog Background Colour Pin
yaminisridaran29-Mar-07 20:17
yaminisridaran29-Mar-07 20:17 
Questiondraw directly into the view without waiting for OnDraw Pin
code_discuss29-Mar-07 17:23
code_discuss29-Mar-07 17:23 
AnswerRe: draw directly into the view without waiting for OnDraw Pin
Christian Graus29-Mar-07 17:30
protectorChristian Graus29-Mar-07 17:30 
AnswerRe: draw directly into the view without waiting for OnDraw Pin
Naveen29-Mar-07 17:35
Naveen29-Mar-07 17:35 
QuestionDebug ASSERT FAILURE if new component is added[modified] Pin
sonavi29-Mar-07 14:39
sonavi29-Mar-07 14:39 
AnswerRe: Hi i am fresher to vc++ please help me Pin
Stephen Hewitt29-Mar-07 17:12
Stephen Hewitt29-Mar-07 17:12 
AnswerRe: Hi i am fresher to vc++ please help me Pin
prasad_som29-Mar-07 18:10
prasad_som29-Mar-07 18:10 
AnswerRe: Debug ASSERT FAILURE if new component is added[modified] Pin
ThatsAlok1-Apr-07 20:46
ThatsAlok1-Apr-07 20:46 
QuestionTwo lines in edit box Pin
Oliver12329-Mar-07 13:58
Oliver12329-Mar-07 13:58 
AnswerRe: Two lines in edit box Pin
Michael Dunn29-Mar-07 14:12
sitebuilderMichael Dunn29-Mar-07 14:12 
AnswerRe: Two lines in edit box Pin
Oliver12329-Mar-07 15:44
Oliver12329-Mar-07 15:44 
Questionreading from microphone or line in plug using C++ Pin
Whatever_amb29-Mar-07 13:03
Whatever_amb29-Mar-07 13:03 
Questionwin32 controls not repainting when logging off then in Pin
towertsk29-Mar-07 12:01
towertsk29-Mar-07 12:01 
QuestionRe: win32 controls not repainting when logging off then in Pin
prasad_som29-Mar-07 18:16
prasad_som29-Mar-07 18:16 

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.