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

C / C++ / MFC

 
AnswerRe: Moving the mouse pointer Pin
Chipperm19-Sep-06 8:59
Chipperm19-Sep-06 8:59 
AnswerRe: Moving the mouse pointer Pin
PJ Arends19-Sep-06 9:02
professionalPJ Arends19-Sep-06 9:02 
QuestionHow to display bitmap in another window? Pin
ajcrm12519-Sep-06 7:52
ajcrm12519-Sep-06 7:52 
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 
--------------------------------------------------------------------------------

Hi!

I'm doing an application where I have to place wrapping text inside boxes.
It's an MFC single document view.

The problem starts when I zoom out or in:

CSize size = pDC->GetTextExtent(str);

size.cx will have different values depending on the zoom level.

I've read the documentation and GetTextExtent() it's suppose to work on Logical units, so I don't understand what is going on.

That's a big problem because I do the wrapping myself (i have rotated text) and the wrapping changes when zooming.

Help please!!! I've been working on this 3 days now!!Frown | :(
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 
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 

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.