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

C / C++ / MFC

 
GeneralRe: Why Enter key in Editbox count as 2 Character? Pin
Le@rner4-May-11 2:26
Le@rner4-May-11 2:26 
GeneralRe: Why Enter key in Editbox count as 2 Character? Pin
Niklas L4-May-11 2:30
Niklas L4-May-11 2:30 
QuestionShowing a Confirmation Message Box on Closing a Dialog Pin
pix_programmer3-May-11 21:26
pix_programmer3-May-11 21:26 
AnswerRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Richard MacCutchan3-May-11 21:55
mveRichard MacCutchan3-May-11 21:55 
AnswerRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Code-o-mat3-May-11 21:57
Code-o-mat3-May-11 21:57 
GeneralRe: Showing a Confirmation Message Box on Closing a Dialog Pin
pix_programmer3-May-11 22:28
pix_programmer3-May-11 22:28 
GeneralRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Code-o-mat3-May-11 22:40
Code-o-mat3-May-11 22:40 
GeneralRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Richard MacCutchan4-May-11 1:46
mveRichard MacCutchan4-May-11 1:46 
AnswerRe: Showing a Confirmation Message Box on Closing a Dialog Pin
tagopi3-May-11 22:15
tagopi3-May-11 22:15 
AnswerRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Stefan_Lang4-May-11 1:45
Stefan_Lang4-May-11 1:45 
GeneralRe: Showing a Confirmation Message Box on Closing a Dialog Pin
Niklas L4-May-11 2:03
Niklas L4-May-11 2:03 
Questionhow do i save complete webpage in local disk? Pin
yogish2933-May-11 20:21
yogish2933-May-11 20:21 
AnswerRe: how do i save complete webpage in local disk? Pin
_AnsHUMAN_ 3-May-11 20:32
_AnsHUMAN_ 3-May-11 20:32 
GeneralRe: how do i save complete webpage in local disk? Pin
yogish2933-May-11 20:57
yogish2933-May-11 20:57 
AnswerRe: how do i save complete webpage in local disk? Pin
Code-o-mat3-May-11 22:17
Code-o-mat3-May-11 22:17 
QuestionAdding Icon through code Pin
pix_programmer3-May-11 18:25
pix_programmer3-May-11 18:25 
AnswerRe: Adding Icon through code Pin
«_Superman_»3-May-11 18:36
professional«_Superman_»3-May-11 18:36 
QuestionRe: Adding Icon through code Pin
Code-o-mat3-May-11 21:53
Code-o-mat3-May-11 21:53 
GeneralRe: Adding Icon through code Pin
Niklas L4-May-11 2:06
Niklas L4-May-11 2:06 
GeneralRe: Adding Icon through code Pin
Code-o-mat4-May-11 2:10
Code-o-mat4-May-11 2:10 
QuestionHow to get CPU_Type in c++? Pin
mathivanaan3-May-11 17:18
mathivanaan3-May-11 17:18 
AnswerRe: How to get CPU_Type in c++? Pin
enhzflep3-May-11 17:55
enhzflep3-May-11 17:55 
AnswerRe: How to get CPU_Type in c++? Pin
Rajesh R Subramanian3-May-11 18:48
professionalRajesh R Subramanian3-May-11 18:48 
AnswerRe: How to get CPU_Type in c++? Pin
Stefan_Lang3-May-11 20:42
Stefan_Lang3-May-11 20:42 
QuestionHow to make CStatusBarCtrl::SetBkColor work? Pin
zhong_min3-May-11 17:15
zhong_min3-May-11 17:15 
Hi,

I build a SDI project with VS2008. Now I want to change the color of the status bar. I inserted

m_wndStatusBar.GetStatusBarCtrl().SetBkColor(RGB(255, 0, 0));

into function

int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)

but the color didn't change. Can anybody tell me why?

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.