Click here to Skip to main content
15,914,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: type safe issue Pin
Matthew Faithfull12-Feb-08 2:18
Matthew Faithfull12-Feb-08 2:18 
GeneralRe: type safe issue Pin
George_George12-Feb-08 2:23
George_George12-Feb-08 2:23 
QuestionHow to make a control transparent in a dialog Pin
swarup10-Feb-08 22:03
swarup10-Feb-08 22:03 
AnswerRe: How to make a control transparent in a dialog Pin
Hamid_RT10-Feb-08 22:13
Hamid_RT10-Feb-08 22:13 
GeneralText Draw problem with Print Preview Pin
Anik3310-Feb-08 21:33
Anik3310-Feb-08 21:33 
GeneralRe: Text Draw problem with Print Preview Pin
Hamid_RT10-Feb-08 22:05
Hamid_RT10-Feb-08 22:05 
GeneralRe: Text Draw problem with Print Preview Pin
Anik3310-Feb-08 23:04
Anik3310-Feb-08 23:04 
GeneralRe: Text Draw problem with Print Preview Pin
Roger Allen15-Feb-08 1:10
Roger Allen15-Feb-08 1:10 
Its not an issue with your code, its an issue with the way print preview is implemented itself. As the screen metrics (resolution/ dpi etc) may/are not an exact match to the target print device, especially when zooming in on the content, print preview has to do an estimation when converting from the requested font size of the target DC to the screen dpi/zoom metric DC used to display the preview.

This causes the generated font size to vary slightly at various zoom levels. To see this when you select a font into a CPreviewDC you should see that is does a lot of extra work converting the font from the outputDC to the previewDC format, its at thispoint that the scaling issues occur.

If you vote me down, my score will only get lower

GeneralDynamically define arrays Pin
CodingLover10-Feb-08 21:29
CodingLover10-Feb-08 21:29 
GeneralRe: Dynamically define arrays Pin
Cedric Moonen10-Feb-08 21:35
Cedric Moonen10-Feb-08 21:35 
GeneralRe: Dynamically define arrays Pin
CodingLover10-Feb-08 21:57
CodingLover10-Feb-08 21:57 
GeneralRe: Dynamically define arrays Pin
Rajkumar R11-Feb-08 0:31
Rajkumar R11-Feb-08 0:31 
Generalconvert byte array to long Pin
jov10-Feb-08 21:03
jov10-Feb-08 21:03 
GeneralRe: convert byte array to long [modified] Pin
Cedric Moonen10-Feb-08 21:37
Cedric Moonen10-Feb-08 21:37 
QuestionRe: convert byte array to long Pin
CPallini10-Feb-08 22:17
mveCPallini10-Feb-08 22:17 
GeneralRe: convert byte array to long Pin
Cedric Moonen10-Feb-08 22:36
Cedric Moonen10-Feb-08 22:36 
Generalextern sample in MSDN Pin
George_George10-Feb-08 19:43
George_George10-Feb-08 19:43 
GeneralRe: extern sample in MSDN Pin
Don Box10-Feb-08 19:45
Don Box10-Feb-08 19:45 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 20:04
George_George10-Feb-08 20:04 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt10-Feb-08 20:26
Stephen Hewitt10-Feb-08 20:26 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 20:29
George_George10-Feb-08 20:29 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt10-Feb-08 20:44
Stephen Hewitt10-Feb-08 20:44 
GeneralRe: extern sample in MSDN Pin
George_George10-Feb-08 22:27
George_George10-Feb-08 22:27 
GeneralRe: extern sample in MSDN Pin
Stephen Hewitt11-Feb-08 14:15
Stephen Hewitt11-Feb-08 14:15 
GeneralRe: extern sample in MSDN Pin
George_George12-Feb-08 0:30
George_George12-Feb-08 0:30 

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.