Click here to Skip to main content
15,886,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Image Matrix Pin
Maximilien29-Jun-10 0:47
Maximilien29-Jun-10 0:47 
GeneralRe: Image Matrix Pin
Harish Makaram29-Jun-10 1:52
Harish Makaram29-Jun-10 1:52 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 2:54
chandu00429-Jun-10 2:54 
GeneralRe: Image Matrix Pin
Harish Makaram29-Jun-10 3:21
Harish Makaram29-Jun-10 3:21 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 4:14
chandu00429-Jun-10 4:14 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 16:22
chandu00429-Jun-10 16:22 
QuestionRedrawWindow + ListControl Pin
MsmVc28-Jun-10 1:21
MsmVc28-Jun-10 1:21 
AnswerRe: RedrawWindow + ListControl Pin
Niklas L28-Jun-10 1:34
Niklas L28-Jun-10 1:34 
Looks like you're trying to paint the control, and then immediately draw a solid rectangle over it.

RedrawWindow invalidates the client region of your window. The borders are not part of that region. Then the FillSolidRect code kicks in and fills the dialog background. Now the WM_PAINT from your RedrawWindow call comes to your list controls message pump, and it redraws the invalidated region, the client area, but not the border.

What behavior are you looking for?

AnswerRe: RedrawWindow + ListControl Pin
Mohan Ramachandra28-Jun-10 2:56
Mohan Ramachandra28-Jun-10 2:56 
QuestionReply for ComboBox Sorting Alphabetically Pin
raju_shiva27-Jun-10 23:40
raju_shiva27-Jun-10 23:40 
AnswerRe: Reply for ComboBox Sorting Alphabetically Pin
Niklas L28-Jun-10 1:03
Niklas L28-Jun-10 1:03 
GeneralRe: Reply for ComboBox Sorting Alphabetically [modified] Pin
raju_shiva28-Jun-10 18:10
raju_shiva28-Jun-10 18:10 
QuestionFullScrean listbox Pin
aangerma27-Jun-10 22:34
aangerma27-Jun-10 22:34 
AnswerRe: FullScrean listbox Pin
Mohan Ramachandra27-Jun-10 22:48
Mohan Ramachandra27-Jun-10 22:48 
GeneralRe: FullScrean listbox Pin
aangerma27-Jun-10 23:21
aangerma27-Jun-10 23:21 
GeneralRe: FullScrean listbox Pin
Mohan Ramachandra28-Jun-10 1:25
Mohan Ramachandra28-Jun-10 1:25 
AnswerRe: FullScrean listbox Pin
Niklas L27-Jun-10 22:49
Niklas L27-Jun-10 22:49 
GeneralRe: FullScrean listbox Pin
aangerma28-Jun-10 1:24
aangerma28-Jun-10 1:24 
GeneralRe: FullScrean listbox Pin
Niklas L28-Jun-10 1:36
Niklas L28-Jun-10 1:36 
GeneralRe: FullScrean listbox Pin
aangerma28-Jun-10 1:42
aangerma28-Jun-10 1:42 
GeneralRe: FullScrean listbox Pin
Niklas L28-Jun-10 1:52
Niklas L28-Jun-10 1:52 
GeneralRe: FullScrean listbox Pin
aangerma28-Jun-10 2:08
aangerma28-Jun-10 2:08 
GeneralRe: FullScrean listbox Pin
Niklas L28-Jun-10 2:14
Niklas L28-Jun-10 2:14 
GeneralRe: FullScrean listbox Pin
aangerma28-Jun-10 19:42
aangerma28-Jun-10 19:42 
AnswerRe: FullScrean listbox Pin
Member 419459328-Jun-10 7:03
Member 419459328-Jun-10 7:03 

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.