Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Deadly Ask for help! Pin
Hamid_RT22-Jun-06 22:03
Hamid_RT22-Jun-06 22:03 
AnswerRe: Deadly Ask for help! Pin
nn813722-Jun-06 22:45
nn813722-Jun-06 22:45 
Questioncolor Pin
ashish dogra22-Jun-06 21:40
ashish dogra22-Jun-06 21:40 
AnswerRe: color Pin
Hamid_RT22-Jun-06 22:01
Hamid_RT22-Jun-06 22:01 
QuestionInsert console application to MFC Pin
Anu_Bala22-Jun-06 21:19
Anu_Bala22-Jun-06 21:19 
AnswerRe: Insert console application to MFC Pin
Cedric Moonen22-Jun-06 21:29
Cedric Moonen22-Jun-06 21:29 
QuestionUse the clip sibling property & clip children property? Pin
G Haranadh22-Jun-06 21:05
G Haranadh22-Jun-06 21:05 
AnswerRe: Use the clip sibling property & clip children property? Pin
cje23-Jun-06 9:32
cje23-Jun-06 9:32 
as far as I know, these window styles are not really related to dialogs but rather to generic windows such as controls, overlapped windows etc... both have to do with drawing windows to limit the amount of drawing that needs to be done in a particular window

WS_CLIPCHILDREN
Excludes the area occupied by child windows when drawing occurs within the parent window. This style is used when creating the parent window.

WS_CLIPSIBLINGS
Clips child windows relative to each other; that is, when a particular child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips all other overlapping child windows out of the region of the child window to be updated. If WS_CLIPSIBLINGS is not specified and child windows overlap, it is possible, when drawing within the client area of a child window, to draw within the client area of a neighboring child window.

ClipSiblings is quite useful if you have child windows overlapping and you are custom drawing something inside of the window...it basically keeps you from drawing in to the wrong window

cje
Question'Windows Media Player' Control ? Pin
Andy Rama22-Jun-06 21:02
Andy Rama22-Jun-06 21:02 
QuestionRe: 'Windows Media Player' Control ? Pin
David Crow23-Jun-06 3:21
David Crow23-Jun-06 3:21 
AnswerRe: 'Windows Media Player' Control ? Pin
Andy Rama23-Jun-06 23:22
Andy Rama23-Jun-06 23:22 
GeneralRe: 'Windows Media Player' Control ? Pin
David Crow26-Jun-06 3:22
David Crow26-Jun-06 3:22 
GeneralRe: 'Windows Media Player' Control ? Pin
Andy Rama26-Jun-06 19:42
Andy Rama26-Jun-06 19:42 
QuestionRe: 'Windows Media Player' Control ? Pin
David Crow27-Jun-06 3:17
David Crow27-Jun-06 3:17 
AnswerRe: 'Windows Media Player' Control ? Pin
Andy Rama3-Jul-06 1:47
Andy Rama3-Jul-06 1:47 
GeneralRe: 'Windows Media Player' Control ? Pin
David Crow5-Jul-06 2:57
David Crow5-Jul-06 2:57 
GeneralRe: 'Windows Media Player' Control ? Pin
Andy Rama5-Jul-06 19:35
Andy Rama5-Jul-06 19:35 
GeneralRe: 'Windows Media Player' Control ? Pin
David Crow6-Jul-06 2:43
David Crow6-Jul-06 2:43 
QuestionBeginner:"Why use Preprocessor directives?" Pin
AbhishekBK22-Jun-06 19:51
AbhishekBK22-Jun-06 19:51 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
_AnsHUMAN_ 22-Jun-06 20:19
_AnsHUMAN_ 22-Jun-06 20:19 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
Stephen Hewitt22-Jun-06 20:40
Stephen Hewitt22-Jun-06 20:40 
GeneralRe: Beginner:"Why use Preprocessor directives?" Pin
AbhishekBK22-Jun-06 20:50
AbhishekBK22-Jun-06 20:50 
GeneralRe: Beginner:"Why use Preprocessor directives?" [modified] Pin
Stephen Hewitt22-Jun-06 20:52
Stephen Hewitt22-Jun-06 20:52 
GeneralRe: Beginner:"Why use Preprocessor directives?" Pin
David Crow23-Jun-06 3:23
David Crow23-Jun-06 3:23 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
moodsey21122-Jun-06 21:50
moodsey21122-Jun-06 21:50 

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.