Click here to Skip to main content
15,896,478 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to display bitmap in another window? Pin
Christopher Duncan19-Sep-06 17:01
Christopher Duncan19-Sep-06 17:01 
GeneralRe: How to display bitmap in another window? Pin
ajcrm12520-Sep-06 3:13
ajcrm12520-Sep-06 3:13 
GeneralRe: How to display bitmap in another window? Pin
Christopher Duncan21-Sep-06 0:39
Christopher Duncan21-Sep-06 0:39 
QuestionSpy mouseclicks with LibUsb in windows Pin
Lastwebpage19-Sep-06 7:14
Lastwebpage19-Sep-06 7:14 
QuestionGetTextExtent(str) returns different sizes when zooming. Pin
dpicon19-Sep-06 7:11
dpicon19-Sep-06 7:11 
AnswerRe: GetTextExtent(str) returns different sizes when zooming. Pin
includeh1019-Sep-06 7:42
includeh1019-Sep-06 7:42 
GeneralRe: GetTextExtent(str) returns different sizes when zooming. Pin
David Crow19-Sep-06 7:52
David Crow19-Sep-06 7:52 
GeneralRe: GetTextExtent(str) returns different sizes when zooming. Pin
dpicon20-Sep-06 3:39
dpicon20-Sep-06 3:39 
No. What I meant is that for a fixed fontsize, I get different results depending on the Viewport size.

CreateFont();
pDC->SelectObject(&m_Font);
CSize StrSize = pDC->GetTextExtent("helloamigo") ;

If I do this on MapMode MM_ANISOTROPIC, when I zoom in and out, changing the SetViewportExt I got different StrSize values.

Funny thing is that according to the documentation GetTextExtent should return values in logical units... but it seems to change depending on DC mapping mode.

That makes the wrapping to change depending on zoom values.

AnswerRe: GetTextExtent(str) returns different sizes when zooming. Pin
dpicon21-Sep-06 5:29
dpicon21-Sep-06 5:29 
QuestionHow to set clip rectangle for printing Pin
includeh1019-Sep-06 6:32
includeh1019-Sep-06 6:32 
AnswerRe: How to set clip rectangle for printing Pin
Christopher Duncan19-Sep-06 17:04
Christopher Duncan19-Sep-06 17:04 
GeneralRe: How to set clip rectangle for printing Pin
includeh1020-Sep-06 6:04
includeh1020-Sep-06 6:04 
QuestionAccessing a DLL class Pin
masnu19-Sep-06 5:29
masnu19-Sep-06 5:29 
AnswerRe: Accessing a DLL class Pin
Cedric Moonen19-Sep-06 5:43
Cedric Moonen19-Sep-06 5:43 
Questionhow to partition a log fog file into 2Mb chunks Pin
flippydeflippydebop19-Sep-06 4:10
flippydeflippydebop19-Sep-06 4:10 
AnswerRe: how to partition a log fog file into 2Mb chunks Pin
David Crow19-Sep-06 4:46
David Crow19-Sep-06 4:46 
AnswerRe: how to partition a log fog file into 2Mb chunks Pin
Jun Du19-Sep-06 4:48
Jun Du19-Sep-06 4:48 
GeneralRe: how to partition a log fog file into 2Mb chunks Pin
David Crow19-Sep-06 4:56
David Crow19-Sep-06 4:56 
GeneralRe: how to partition a log fog file into 2Mb chunks Pin
flippydeflippydebop19-Sep-06 5:07
flippydeflippydebop19-Sep-06 5:07 
QuestionMFC Child window,is not visible Pin
sepehr_vision19-Sep-06 4:02
sepehr_vision19-Sep-06 4:02 
AnswerRe: MFC Child window,is not visible Pin
Jun Du19-Sep-06 5:27
Jun Du19-Sep-06 5:27 
AnswerRe: MFC Child window,is not visible Pin
tanvon malik19-Sep-06 5:39
tanvon malik19-Sep-06 5:39 
Questionproblem with CString Pin
zizzzz19-Sep-06 3:40
zizzzz19-Sep-06 3:40 
AnswerRe: problem with CString Pin
Cedric Moonen19-Sep-06 3:49
Cedric Moonen19-Sep-06 3:49 
GeneralRe: problem with CString Pin
zizzzz19-Sep-06 3:58
zizzzz19-Sep-06 3:58 

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.