Click here to Skip to main content
16,016,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: debugger in visual c++ Pin
Dimitris Vikeloudas26-Sep-06 6:41
Dimitris Vikeloudas26-Sep-06 6:41 
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 0:25
minkowski27-Sep-06 0:25 
GeneralRe: debugger in visual c++ Pin
Dimitris Vikeloudas27-Sep-06 1:42
Dimitris Vikeloudas27-Sep-06 1:42 
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 2:43
minkowski27-Sep-06 2:43 
GeneralRe: debugger in visual c++ Pin
Dimitris Vikeloudas27-Sep-06 4:10
Dimitris Vikeloudas27-Sep-06 4:10 
GeneralRe: debugger in visual c++ Pin
minkowski27-Sep-06 4:51
minkowski27-Sep-06 4:51 
QuestionZooming a text Pin
Dimitris Vikeloudas26-Sep-06 6:04
Dimitris Vikeloudas26-Sep-06 6:04 
AnswerRe: Zooming a text Pin
Chris Meech26-Sep-06 9:54
Chris Meech26-Sep-06 9:54 
Dimitris Vikeloudas wrote:
I haven't seen a simple way to get a font which is a zoomed version of the current font.


If you can obtain the LOGFONT structure of the font that the CEdit control uses, the create a font that has an increased point size by your zoom factor, then do a set font call on the CEdit control and then invalidate the window to get it repainted. You will also have to delete the font you created, otherwise it will leak.

Chris Meech

I am Canadian. [heard in a local bar]

Nobody likes jerks. [espeir]

The zen of the soapbox is hard to attain...[Jörgen Sigvardsson]

I wish I could remember what it was like to only have a short term memory.[David Kentley]

GeneralRe: Zooming a text Pin
Dimitris Vikeloudas26-Sep-06 22:14
Dimitris Vikeloudas26-Sep-06 22:14 
GeneralRe: Zooming a text Pin
Chris Meech27-Sep-06 4:49
Chris Meech27-Sep-06 4:49 
QuestionCString memory allocation question Pin
KellyR26-Sep-06 5:30
KellyR26-Sep-06 5:30 
AnswerRe: CString memory allocation question Pin
David Crow26-Sep-06 5:31
David Crow26-Sep-06 5:31 
GeneralRe: CString memory allocation question Pin
KellyR26-Sep-06 5:35
KellyR26-Sep-06 5:35 
QuestionConverting character to its ascii Pin
samita_friendly26-Sep-06 5:22
samita_friendly26-Sep-06 5:22 
AnswerRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:25
toxcct26-Sep-06 5:25 
GeneralRe: Converting character to its ascii Pin
samita_friendly26-Sep-06 5:26
samita_friendly26-Sep-06 5:26 
QuestionRe: Converting character to its ascii Pin
David Crow26-Sep-06 5:32
David Crow26-Sep-06 5:32 
AnswerRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:33
KellyR26-Sep-06 5:33 
GeneralRe: Converting character to its ascii Pin
samita_friendly26-Sep-06 5:35
samita_friendly26-Sep-06 5:35 
GeneralRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:39
KellyR26-Sep-06 5:39 
GeneralRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:40
toxcct26-Sep-06 5:40 
GeneralRe: Converting character to its ascii Pin
KellyR26-Sep-06 5:41
KellyR26-Sep-06 5:41 
GeneralRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:51
toxcct26-Sep-06 5:51 
GeneralRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:39
toxcct26-Sep-06 5:39 
GeneralRe: Converting character to its ascii Pin
toxcct26-Sep-06 5:34
toxcct26-Sep-06 5:34 

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.