Click here to Skip to main content
15,913,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 6:53
Mark Salsbery1-Oct-08 6:53 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:03
Sarriss1-Oct-08 7:03 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 7:12
Mark Salsbery1-Oct-08 7:12 
GeneralRe: Redraw Pin
Sarriss1-Oct-08 7:25
Sarriss1-Oct-08 7:25 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 7:34
Mark Salsbery1-Oct-08 7:34 
QuestionRe: Redraw Pin
Mark Salsbery1-Oct-08 7:36
Mark Salsbery1-Oct-08 7:36 
AnswerRe: Redraw Pin
Sarriss1-Oct-08 9:49
Sarriss1-Oct-08 9:49 
GeneralRe: Redraw Pin
Mark Salsbery1-Oct-08 10:38
Mark Salsbery1-Oct-08 10:38 
Try adding the WS_CLIPSIBLINGS style to the child windows.

Also, you may find adding the WS_CLIPCHILDREN flag to the parent window
results in more pleasing updates during resizing (the children won't flicker).


You may get better results using overlapped windows as child windows if you
use the Multiple Document Interface[^].

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Redraw Pin
Sarriss1-Oct-08 11:06
Sarriss1-Oct-08 11:06 
Questioncreate directory hierarchy Pin
MANISH RASTOGI1-Oct-08 1:38
MANISH RASTOGI1-Oct-08 1:38 
AnswerRe: create directory hierarchy Pin
toxcct1-Oct-08 2:03
toxcct1-Oct-08 2:03 
JokeRe: create directory hierarchy Pin
Roger Stoltz1-Oct-08 2:41
Roger Stoltz1-Oct-08 2:41 
JokeRe: create directory hierarchy Pin
toxcct1-Oct-08 2:42
toxcct1-Oct-08 2:42 
JokeRe: create directory hierarchy Pin
CPallini1-Oct-08 5:37
mveCPallini1-Oct-08 5:37 
GeneralRe: [Solved] create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:12
MANISH RASTOGI2-Oct-08 19:12 
GeneralRe: [Solved] create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:04
MANISH RASTOGI2-Oct-08 19:04 
AnswerRe: create directory hierarchy Pin
Alan Balkany1-Oct-08 3:55
Alan Balkany1-Oct-08 3:55 
GeneralRe: [Solved] create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:20
MANISH RASTOGI2-Oct-08 19:20 
AnswerRe: create directory hierarchy Pin
Mark Salsbery1-Oct-08 6:06
Mark Salsbery1-Oct-08 6:06 
GeneralRe: [Solved] create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:17
MANISH RASTOGI2-Oct-08 19:17 
AnswerRe: create directory hierarchy Pin
Hamid_RT1-Oct-08 8:58
Hamid_RT1-Oct-08 8:58 
GeneralRe: [Solved] create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:09
MANISH RASTOGI2-Oct-08 19:09 
AnswerRe: create directory hierarchy Pin
Brij2-Oct-08 3:01
mentorBrij2-Oct-08 3:01 
GeneralRe: create directory hierarchy Pin
MANISH RASTOGI2-Oct-08 19:18
MANISH RASTOGI2-Oct-08 19:18 
Questionhow to read binary data from socket using recv() [modified] Pin
wagas1-Oct-08 1:06
wagas1-Oct-08 1:06 

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.