Click here to Skip to main content
15,899,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSTL : Map.Insert always sort the inserted key - How to prevent this Pin
pandit8424-Mar-11 0:35
pandit8424-Mar-11 0:35 
AnswerRe: STL : Map.Insert always sort the inserted key - How to prevent this Pin
Chris Losinger24-Mar-11 1:03
professionalChris Losinger24-Mar-11 1:03 
AnswerRe: STL : Map.Insert always sort the inserted key - How to prevent this Pin
Stefan_Lang30-Mar-11 1:51
Stefan_Lang30-Mar-11 1:51 
QuestionHow to reduce Flickering ? Pin
002comp23-Mar-11 22:47
002comp23-Mar-11 22:47 
AnswerRe: How to reduce Flickering ? Pin
CPallini23-Mar-11 23:00
mveCPallini23-Mar-11 23:00 
GeneralRe: How to reduce Flickering ? Pin
Maximilien24-Mar-11 2:56
Maximilien24-Mar-11 2:56 
GeneralRe: How to reduce Flickering ? Pin
CPallini24-Mar-11 4:27
mveCPallini24-Mar-11 4:27 
AnswerRe: How to reduce Flickering ? [modified] Pin
Cool_Dev24-Mar-11 0:22
Cool_Dev24-Mar-11 0:22 
in addition, handle WM_ERASEBACKGROUND message and simply return TRUE from there without calling base class's message handler. This will discard the flickering due to background painting. Remember, you have to paint the background from OnPaint (use double buffering Smile | :) )

modified on Thursday, March 24, 2011 9:13 AM

GeneralRe: How to reduce Flickering ? Pin
Nitheesh George24-Mar-11 2:02
Nitheesh George24-Mar-11 2:02 
GeneralRe: How to reduce Flickering ? Pin
Albert Holguin24-Mar-11 4:26
professionalAlbert Holguin24-Mar-11 4:26 
AnswerRe: How to reduce Flickering ? Pin
Stephen Hewitt24-Mar-11 2:14
Stephen Hewitt24-Mar-11 2:14 
GeneralRe: How to reduce Flickering ? Pin
002comp24-Mar-11 18:47
002comp24-Mar-11 18:47 
QuestionVariable In SQL String Pin
Mike Certini23-Mar-11 19:11
Mike Certini23-Mar-11 19:11 
AnswerRe: Variable In SQL String Pin
«_Superman_»23-Mar-11 19:21
professional«_Superman_»23-Mar-11 19:21 
GeneralRe: Variable In SQL String Pin
Mike Certini23-Mar-11 20:05
Mike Certini23-Mar-11 20:05 
GeneralRe: Variable In SQL String Pin
markkuk23-Mar-11 20:29
markkuk23-Mar-11 20:29 
AnswerRe: Variable In SQL String Pin
Pravin Patil, Mumbai23-Mar-11 22:16
Pravin Patil, Mumbai23-Mar-11 22:16 
QuestionIs there a linkable chat control? Pin
includeh1023-Mar-11 3:48
includeh1023-Mar-11 3:48 
AnswerRe: Is there a linkable chat control? Pin
Hans Dietrich23-Mar-11 5:19
mentorHans Dietrich23-Mar-11 5:19 
QuestionUse Modeless Dialog inside MFC DLL Pin
Andraw Tang22-Mar-11 11:52
Andraw Tang22-Mar-11 11:52 
AnswerRe: Use Modeless Dialog inside MFC DLL Pin
Ozer Karaagac22-Mar-11 14:14
professionalOzer Karaagac22-Mar-11 14:14 
GeneralRe: Use Modeless Dialog inside MFC DLL Pin
Andraw Tang23-Mar-11 2:40
Andraw Tang23-Mar-11 2:40 
AnswerRe: Use Modeless Dialog inside MFC DLL Pin
Hans Dietrich22-Mar-11 14:16
mentorHans Dietrich22-Mar-11 14:16 
GeneralRe: Use Modeless Dialog inside MFC DLL Pin
Andraw Tang23-Mar-11 2:41
Andraw Tang23-Mar-11 2:41 
AnswerRe: Use Modeless Dialog inside MFC DLL Pin
Nitheesh George22-Mar-11 23:04
Nitheesh George22-Mar-11 23:04 

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.