Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Access Synchronization in VC++ Pin
kakan13-Dec-05 3:30
professionalkakan13-Dec-05 3:30 
AnswerRe: Access Synchronization in VC++ Pin
Sheng Jiang 蒋晟13-Dec-05 9:57
Sheng Jiang 蒋晟13-Dec-05 9:57 
QuestionExporting a function from an .exe?? Pin
Gunn31713-Dec-05 2:34
Gunn31713-Dec-05 2:34 
AnswerRe: Exporting a function from an .exe?? Pin
David Crow13-Dec-05 3:58
David Crow13-Dec-05 3:58 
GeneralRe: Exporting a function from an .exe?? Pin
Gunn31713-Dec-05 4:35
Gunn31713-Dec-05 4:35 
GeneralRe: Exporting a function from an .exe?? Pin
toxcct13-Dec-05 5:22
toxcct13-Dec-05 5:22 
GeneralRe: Exporting a function from an .exe?? Pin
Gunn31713-Dec-05 5:36
Gunn31713-Dec-05 5:36 
QuestionProblem with regions Pin
emadns13-Dec-05 2:03
emadns13-Dec-05 2:03 
Hi,
I have a problem when creating win32 regions and drawing into them. The edges of the shapes drawing inside the region are distored or cut-off. For example:

CDC* pdc = GetDC();
CRgn rgn;
rgn.CreateEllipticRgn(10,10,50,50);
pdc->SelectClipRgn(&rgn, RGN_COPY);
pdc->Ellipse(10, 10, 50, 50);
pdc->SelectClipRgn(NULL, RGN_COPY);
ReleaseDC(pdc);

Although the coordinates of the region are the same of the ellipse coordinates, it still does not draw the ellipse perfectly. The edges are distorted. Is there a way I can calculate the perfect region. I also do not want to use paths as they don't work properly in win98. What could be the solution.

Thanks


AnswerRe: Problem with regions Pin
Blake Miller13-Dec-05 9:47
Blake Miller13-Dec-05 9:47 
GeneralRe: Problem with regions Pin
emadns13-Dec-05 16:12
emadns13-Dec-05 16:12 
QuestionMessage Queue Implementation how to create queue Pin
selva198013-Dec-05 1:56
selva198013-Dec-05 1:56 
QuestionHow to do programmatical digest authentication against active directory? Pin
redclover13-Dec-05 1:52
redclover13-Dec-05 1:52 
QuestionDefining global variables Pin
abhinarulkar13-Dec-05 1:35
abhinarulkar13-Dec-05 1:35 
AnswerRe: Defining global variables Pin
Alex Orovetskiy13-Dec-05 1:42
Alex Orovetskiy13-Dec-05 1:42 
AnswerRe: Defining global variables Pin
JonEngle13-Dec-05 1:46
JonEngle13-Dec-05 1:46 
Questionclistctrl's drawitem Pin
lorey12-Dec-05 23:43
lorey12-Dec-05 23:43 
AnswerRe: clistctrl's drawitem Pin
sdancer7513-Dec-05 6:59
sdancer7513-Dec-05 6:59 
AnswerRe: clistctrl's drawitem Pin
PJ Arends13-Dec-05 15:53
professionalPJ Arends13-Dec-05 15:53 
AnswerRe: clistctrl's drawitem Pin
sdancer7519-Dec-05 20:57
sdancer7519-Dec-05 20:57 
QuestionIs it easy to implement CFrameWnd::DoModal()? Pin
followait12-Dec-05 22:06
followait12-Dec-05 22:06 
AnswerRe: Is it easy to implement CFrameWnd::DoModal()? Pin
ThatsAlok12-Dec-05 23:03
ThatsAlok12-Dec-05 23:03 
AnswerRe: Is it easy to implement CFrameWnd::DoModal()? Pin
peterchen13-Dec-05 5:58
peterchen13-Dec-05 5:58 
AnswerRe: Is it easy to implement CFrameWnd::DoModal()? Pin
Nish Nishant13-Dec-05 9:00
sitebuilderNish Nishant13-Dec-05 9:00 
GeneralRe: Is it easy to implement CFrameWnd::DoModal()? Pin
followait13-Dec-05 15:36
followait13-Dec-05 15:36 
Questiondisplaying text over image using MFC Pin
nams_pr12-Dec-05 22:00
nams_pr12-Dec-05 22:00 

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.