Click here to Skip to main content
15,914,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to retrieve the Child window handle ????? Pin
GauranG Shah17-Sep-07 22:20
GauranG Shah17-Sep-07 22:20 
AnswerRe: How to retrieve the Child window handle ????? Pin
nbugalia17-Sep-07 21:39
nbugalia17-Sep-07 21:39 
GeneralRe: How to retrieve the Child window handle ????? Pin
GauranG Shah17-Sep-07 22:20
GauranG Shah17-Sep-07 22:20 
AnswerRe: How to retrieve the Child window handle ????? Pin
Sreedhar DV17-Sep-07 21:45
Sreedhar DV17-Sep-07 21:45 
Questioninternet help Pin
Karismatic17-Sep-07 19:46
Karismatic17-Sep-07 19:46 
AnswerRe: internet help Pin
Randor 17-Sep-07 20:34
professional Randor 17-Sep-07 20:34 
QuestionIs it possible to get Graphicspath from Region? Pin
Md. Ali Naser Khan17-Sep-07 19:46
Md. Ali Naser Khan17-Sep-07 19:46 
AnswerRe: Is it possible to get Graphicspath from Region? Pin
Russell'17-Sep-07 23:07
Russell'17-Sep-07 23:07 
Probally you need a custom class:
you can neme it MyDC, you have to link to it a DC and then specify the rectangle that sets its position.
Then you can create 2 DC ( points 1), 2) and 3) ).
The point 4) require that you prepare a function like
MyDC GetIntersect(MyDC dc1, MYDC dc2){...}

to create the new DC.
This function will extract the rectangle that describes the intersection (if exists), and it has to prepare the contents of the DC. To do this you can work pixel per pixel to get the color of the new pixel according on your intersection logic.
Remember that the function CDC::BitBlt[^] can help you here (look also the Binary Raster Operations[^])


Russell

Questioncan anybody help me out Pin
philiptabraham17-Sep-07 19:20
philiptabraham17-Sep-07 19:20 
AnswerRe: can anybody help me out Pin
Nelek17-Sep-07 20:04
protectorNelek17-Sep-07 20:04 
QuestionHow to check a directory is existed or not Pin
kcynic17-Sep-07 16:40
kcynic17-Sep-07 16:40 
AnswerRe: How to check a directory is existed or not Pin
Naveen17-Sep-07 18:18
Naveen17-Sep-07 18:18 
AnswerRe: How to check a directory is existed or not Pin
nbugalia17-Sep-07 18:26
nbugalia17-Sep-07 18:26 
AnswerRe: How to check a directory is existed or not Pin
Anurag Gandhi17-Sep-07 18:26
professionalAnurag Gandhi17-Sep-07 18:26 
AnswerRe: How to check a directory is existed or not Pin
Randor 17-Sep-07 20:31
professional Randor 17-Sep-07 20:31 
GeneralRe: How to check a directory is existed or not Pin
kcynic17-Sep-07 19:45
kcynic17-Sep-07 19:45 
GeneralRe: How to check a directory is existed or not Pin
kcynic17-Sep-07 20:56
kcynic17-Sep-07 20:56 
GeneralRe: How to check a directory is existed or not Pin
Karismatic17-Sep-07 22:47
Karismatic17-Sep-07 22:47 
GeneralRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 4:09
David Crow18-Sep-07 4:09 
GeneralRe: How to check a directory is existed or not Pin
kcynic18-Sep-07 15:25
kcynic18-Sep-07 15:25 
QuestionRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 16:56
David Crow18-Sep-07 16:56 
GeneralRe: How to check a directory is existed or not Pin
Karismatic19-Sep-07 2:15
Karismatic19-Sep-07 2:15 
AnswerRe: How to check a directory is existed or not Pin
Hamid_RT18-Sep-07 3:12
Hamid_RT18-Sep-07 3:12 
AnswerRe: How to check a directory is existed or not Pin
David Crow18-Sep-07 4:11
David Crow18-Sep-07 4:11 
QuestionString of integers Pin
Herboren17-Sep-07 16:24
Herboren17-Sep-07 16:24 

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.