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

C / C++ / MFC

 
AnswerRe: Create own CFormView Template Pin
Nelek22-Aug-07 20:26
protectorNelek22-Aug-07 20:26 
QuestionDrawing problem for Region in GDI+ Pin
Md. Ali Naser Khan22-Aug-07 3:19
Md. Ali Naser Khan22-Aug-07 3:19 
AnswerRe: Drawing problem for Region in GDI+ Pin
Iain Clarke, Warrior Programmer22-Aug-07 3:32
Iain Clarke, Warrior Programmer22-Aug-07 3:32 
GeneralRe: Drawing problem for Region in GDI+ Pin
Mark Salsbery22-Aug-07 5:53
Mark Salsbery22-Aug-07 5:53 
GeneralRe: Drawing problem for Region in GDI+ Pin
Iain Clarke, Warrior Programmer22-Aug-07 6:10
Iain Clarke, Warrior Programmer22-Aug-07 6:10 
GeneralRe: Drawing problem for Region in GDI+ Pin
Mark Salsbery22-Aug-07 6:27
Mark Salsbery22-Aug-07 6:27 
GeneralRe: Drawing problem for Region in GDI+ Pin
Mark Salsbery22-Aug-07 6:33
Mark Salsbery22-Aug-07 6:33 
GeneralRe: Drawing problem for Region in GDI+ Pin
Md. Ali Naser Khan22-Aug-07 17:41
Md. Ali Naser Khan22-Aug-07 17:41 
Thank you very much for your reply. I have used NULL_BRUSH but it doesn't work.
I have used Region instead of CRgn because of scalling facility using Region.

According to your instruction i have used following code

CRgn* rGn;<br />
rGn = CRgn::FromHandle(m_pRegion->GetHRGN(g));<br />
CBrush brush;<br />
brush.CreateSolidBrush(RGB(255,0,0));<br />
pDC->FrameRgn(rGn,&brush,10,10);


Now it is working............

Thank you so much...
QuestionDisable recovery actions for a service Pin
Alex@9C22-Aug-07 2:46
Alex@9C22-Aug-07 2:46 
QuestionMSMQ Send and Recv data Pin
abhiramsss22-Aug-07 2:02
abhiramsss22-Aug-07 2:02 
AnswerRe: MSMQ Send and Recv data Pin
James R. Twine22-Aug-07 2:45
James R. Twine22-Aug-07 2:45 
QuestionIs there a problem in this case? Pin
heavymay22-Aug-07 1:49
heavymay22-Aug-07 1:49 
AnswerRe: Is there a problem in this case? Pin
James R. Twine22-Aug-07 1:55
James R. Twine22-Aug-07 1:55 
GeneralRe: Is there a problem in this case? Pin
heavymay22-Aug-07 15:02
heavymay22-Aug-07 15:02 
AnswerRe: Is there a problem in this case? [modified] Pin
Juan Antonio Bermejo22-Aug-07 1:56
Juan Antonio Bermejo22-Aug-07 1:56 
GeneralRe: Is there a problem in this case? Pin
heavymay22-Aug-07 15:02
heavymay22-Aug-07 15:02 
Questioncreating ActiveX for uploading multiple files, zipping file sending to server Pin
Dhiraj kumar Saini22-Aug-07 1:34
Dhiraj kumar Saini22-Aug-07 1:34 
QuestionHow to display a bitmap on the push button Pin
yaminisridaran22-Aug-07 1:09
yaminisridaran22-Aug-07 1:09 
AnswerRe: How to display a bitmap on the push button Pin
Nelek22-Aug-07 1:32
protectorNelek22-Aug-07 1:32 
GeneralRe: How to display a bitmap on the push button Pin
yaminisridaran22-Aug-07 1:43
yaminisridaran22-Aug-07 1:43 
GeneralRe: How to display a bitmap on the push button Pin
Nelek22-Aug-07 1:51
protectorNelek22-Aug-07 1:51 
AnswerRe: How to display a bitmap on the push button Pin
David Crow22-Aug-07 2:52
David Crow22-Aug-07 2:52 
Questioncan a visual c++ application done with VS 2005 ever exist widout .net framework Pin
plural22-Aug-07 1:05
plural22-Aug-07 1:05 
AnswerRe: can a visual c++ application done with VS 2005 ever exist widout .net framework Pin
jhwurmbach22-Aug-07 1:19
jhwurmbach22-Aug-07 1:19 
GeneralRe: can a visual c++ application done with VS 2005 ever exist widout .net framework Pin
plural22-Aug-07 1:40
plural22-Aug-07 1:40 

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.