Click here to Skip to main content
15,905,971 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Problem with regions Pin
Blake Miller13-Dec-05 9:47
Blake Miller13-Dec-05 9:47 
Are you acconting for the pen width of the border of the object?
In that case, your region needs to be slightly larger than the actual object boundaries, since most programs leave the pen drawing code to drawn ON the object's edge rather than within it.
Since I don't see any code explicitly setting your pen, it could be any guess what it is at the time this code executes. Are you seeing distortion when the pen width is more than 1? I would not expect it too much with this code when the pen width is 1, except maybe at the outer edge of the ellipse.


No shirt, no shoes, no brains, no service.
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 
AnswerRe: displaying text over image using MFC Pin
Trollslayer13-Dec-05 1:33
mentorTrollslayer13-Dec-05 1:33 

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.