Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to identify new line Pin
vikram.vit29-Jan-07 22:13
vikram.vit29-Jan-07 22:13 
GeneralRe: how to identify new line Pin
Christian Graus29-Jan-07 22:49
protectorChristian Graus29-Jan-07 22:49 
GeneralRe: how to identify new line Pin
vikram.vit29-Jan-07 22:53
vikram.vit29-Jan-07 22:53 
AnswerRe: how to identify new line Pin
_AnsHUMAN_ 29-Jan-07 22:00
_AnsHUMAN_ 29-Jan-07 22:00 
AnswerRe: how to identify new line Pin
KarstenK30-Jan-07 1:31
mveKarstenK30-Jan-07 1:31 
AnswerRe: how to identify new line Pin
David Crow30-Jan-07 2:22
David Crow30-Jan-07 2:22 
QuestionShow status inforamtion (CFileFind) ? Pin
Sakthiu29-Jan-07 20:29
Sakthiu29-Jan-07 20:29 
AnswerRe: Show status inforamtion (CFileFind) ? Pin
Don Box29-Jan-07 22:14
Don Box29-Jan-07 22:14 
QuestionRe: Show status inforamtion (CFileFind) ? Pin
David Crow30-Jan-07 2:25
David Crow30-Jan-07 2:25 
QuestionRe: Show status inforamtion (CFileFind) ? Pin
Laxman Auti30-Jan-07 2:34
Laxman Auti30-Jan-07 2:34 
QuestionRe: Show status inforamtion (CFileFind) ? Pin
Hamid_RT30-Jan-07 2:55
Hamid_RT30-Jan-07 2:55 
QuestionWM_PAINT and WM_ERASEBKGND Pin
Nishad S29-Jan-07 19:56
Nishad S29-Jan-07 19:56 
AnswerRe: WM_PAINT and WM_ERASEBKGND Pin
Stephen Hewitt29-Jan-07 20:00
Stephen Hewitt29-Jan-07 20:00 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Nishad S29-Jan-07 20:10
Nishad S29-Jan-07 20:10 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Stephen Hewitt29-Jan-07 20:18
Stephen Hewitt29-Jan-07 20:18 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Nishad S29-Jan-07 21:07
Nishad S29-Jan-07 21:07 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Waldermort29-Jan-07 21:28
Waldermort29-Jan-07 21:28 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Nishad S29-Jan-07 22:40
Nishad S29-Jan-07 22:40 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Waldermort30-Jan-07 1:54
Waldermort30-Jan-07 1:54 
QuestionRe: WM_PAINT and WM_ERASEBKGND Pin
code_discuss18-Dec-07 20:13
code_discuss18-Dec-07 20:13 
AnswerRe: WM_PAINT and WM_ERASEBKGND Pin
Member 16192558-Mar-10 20:24
Member 16192558-Mar-10 20:24 
AnswerRe: WM_PAINT and WM_ERASEBKGND Pin
Javad Taheri (drjackool)8-Mar-15 6:06
Javad Taheri (drjackool)8-Mar-15 6:06 
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Member 16192558-Mar-10 20:40
Member 16192558-Mar-10 20:40 
Whether it is background or foreground you draw on same DC. This is only an option given to you to separate background and foreground. The usefulness comes when 'InvalidateRect' etc. are called in the program. Normally, WM_ERASEBKGND and WM_PAINT both get called ('resize' say). If you use InvalidateRect(...,...,false) only WM_PAINT gets called. If you use InvalidateRect(...,...,true) then WM_ERASEBKGND gets called when you use 'BeginPaint' inside WM_PAINT.
GeneralRe: WM_PAINT and WM_ERASEBKGND Pin
Nishad S8-Mar-10 22:02
Nishad S8-Mar-10 22:02 
QuestionAny way to start an application at bootup? Pin
ShaluMalu29-Jan-07 19:37
ShaluMalu29-Jan-07 19:37 

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.