Click here to Skip to main content
16,012,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnTImer in CListCtrl Pin
Jijo.Raj11-Jun-08 2:04
Jijo.Raj11-Jun-08 2:04 
Questionsnapshot code Pin
projectip11-Jun-08 0:08
projectip11-Jun-08 0:08 
AnswerRe: snapshot code Pin
Hamid_RT11-Jun-08 1:16
Hamid_RT11-Jun-08 1:16 
QuestionCapture control Pin
capint11-Jun-08 0:05
capint11-Jun-08 0:05 
AnswerRe: Capture control Pin
achainard11-Jun-08 2:12
achainard11-Jun-08 2:12 
AnswerRe: Capture control Pin
Nibu babu thomas11-Jun-08 2:14
Nibu babu thomas11-Jun-08 2:14 
GeneralRe: Capture control Pin
capint11-Jun-08 3:02
capint11-Jun-08 3:02 
GeneralRe: Capture control Pin
Nibu babu thomas11-Jun-08 3:05
Nibu babu thomas11-Jun-08 3:05 
capint wrote:
Thanks so much Nibu babu thomas, I got it


Welcome! Smile | :)

FYI

Reason for above behavior...

From MSDN: The system sends this message when there are no other messages in the application's message queue.

So we here just forced a paint by adding those flags! Another way to do this will be to first call Invalidate() and then call UpdateWindow() which is similar to what we did!


Nibu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

QuestionHow to use "IOlkAccount" and other outklook related interfaces through VC++ Pin
Vikash Singh10-Jun-08 23:09
Vikash Singh10-Jun-08 23:09 
QuestionConvert int to wstring Pin
CodingLover10-Jun-08 22:34
CodingLover10-Jun-08 22:34 
AnswerRe: Convert int to wstring Pin
Naveen10-Jun-08 22:36
Naveen10-Jun-08 22:36 
NewsRe: Convert int to wstring Pin
CodingLover10-Jun-08 22:44
CodingLover10-Jun-08 22:44 
GeneralRe: Convert int to wstring Pin
Cedric Moonen10-Jun-08 22:56
Cedric Moonen10-Jun-08 22:56 
GeneralRe: Convert int to wstring Pin
CodingLover10-Jun-08 23:02
CodingLover10-Jun-08 23:02 
AnswerRe: Convert int to wstring Pin
Cedric Moonen10-Jun-08 22:39
Cedric Moonen10-Jun-08 22:39 
NewsRe: Convert int to wstring Pin
CodingLover10-Jun-08 22:52
CodingLover10-Jun-08 22:52 
QuestionVLC control help(VC++ Dialog based aplication) Pin
projectip10-Jun-08 21:51
projectip10-Jun-08 21:51 
AnswerRe: VLC control help(VC++ Dialog based aplication) Pin
Hamid_RT10-Jun-08 22:18
Hamid_RT10-Jun-08 22:18 
GeneralRe: VLC control help(VC++ Dialog based aplication) Pin
projectip10-Jun-08 23:23
projectip10-Jun-08 23:23 
QuestionGetting 3 characters from right in TCHAR variable Pin
VCProgrammer10-Jun-08 21:44
VCProgrammer10-Jun-08 21:44 
AnswerRe: Getting 3 characters from right in TCHAR variable [modified] Pin
Naveen10-Jun-08 22:02
Naveen10-Jun-08 22:02 
AnswerRe: Getting 3 characters from right in TCHAR variable Pin
CPallini10-Jun-08 22:51
mveCPallini10-Jun-08 22:51 
AnswerRe: Getting 3 characters from right in TCHAR variable Pin
JudyL_MD11-Jun-08 1:51
JudyL_MD11-Jun-08 1:51 
QuestionUnhandled exception at 0x00000000 Pin
rp_suman10-Jun-08 21:37
rp_suman10-Jun-08 21:37 
AnswerRe: Unhandled exception at 0x00000000 Pin
Cedric Moonen10-Jun-08 21:38
Cedric Moonen10-Jun-08 21:38 

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.