Click here to Skip to main content
15,898,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Image Zoom (Scaling?) with GDI+ Pin
Naveen30-Aug-07 3:54
Naveen30-Aug-07 3:54 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
TheShihan30-Aug-07 4:17
TheShihan30-Aug-07 4:17 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
Naveen30-Aug-07 4:20
Naveen30-Aug-07 4:20 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
James R. Twine30-Aug-07 7:07
James R. Twine30-Aug-07 7:07 
QuestionCFontDialog Pin
Try30-Aug-07 3:17
Try30-Aug-07 3:17 
QuestionRe: CFontDialog Pin
David Crow30-Aug-07 3:20
David Crow30-Aug-07 3:20 
AnswerRe: CFontDialog Pin
Jason Teagle30-Aug-07 3:24
Jason Teagle30-Aug-07 3:24 
GeneralRe: CFontDialog Pin
Try30-Aug-07 3:50
Try30-Aug-07 3:50 
CFontDialog* m_TextFont = new CFontDialog(&lfFontAttr, CF_BOTH | CF_TTONLY | CF_INITTOLOGFONTSTRUCT);

lfFontAttr is LOGFONT structure.

m_TextFont->GetCurrentFont(&lfFontAttr);


Here m_TextFont->m_cf.iPointSize is 140 (i got the value while debugging)

if (m_TextFont->DoModal() == IDOK)
   {
      m_TextFont->GetCurrentFont(&lfFontAttr);
      -------
   }


Font size 17 is shown in dialog.
GeneralRe: CFontDialog Pin
Jason Teagle30-Aug-07 10:07
Jason Teagle30-Aug-07 10:07 
QuestionPocketPC to PC file transfer [modified] Pin
shpid3r30-Aug-07 2:47
shpid3r30-Aug-07 2:47 
AnswerRe: PocketPC to PC file transfer Pin
Rajesh R Subramanian30-Aug-07 6:21
professionalRajesh R Subramanian30-Aug-07 6:21 
Questionsscanf, reading unknown number of variables Pin
Jim Warburton30-Aug-07 2:18
Jim Warburton30-Aug-07 2:18 
AnswerRe: sscanf, reading unknown number of variables Pin
jhwurmbach30-Aug-07 2:40
jhwurmbach30-Aug-07 2:40 
GeneralRe: sscanf, reading unknown number of variables Pin
Jim Warburton30-Aug-07 2:50
Jim Warburton30-Aug-07 2:50 
AnswerRe: sscanf, reading unknown number of variables Pin
Nishad S30-Aug-07 2:45
Nishad S30-Aug-07 2:45 
GeneralRe: sscanf, reading unknown number of variables Pin
Jim Warburton30-Aug-07 2:50
Jim Warburton30-Aug-07 2:50 
GeneralRe: sscanf, reading unknown number of variables Pin
Nishad S30-Aug-07 2:55
Nishad S30-Aug-07 2:55 
QuestionAccessing remote (shared) files Pin
insignia30-Aug-07 2:05
insignia30-Aug-07 2:05 
AnswerRe: Accessing remote (shared) files Pin
David Crow30-Aug-07 3:12
David Crow30-Aug-07 3:12 
Questionhow to use group of radio button as single control? Pin
Banks K30-Aug-07 0:58
Banks K30-Aug-07 0:58 
AnswerRe: how to use group of radio button as single control? Pin
Naveen30-Aug-07 1:08
Naveen30-Aug-07 1:08 
AnswerRe: how to use group of radio button as single control? Pin
KarstenK30-Aug-07 1:19
mveKarstenK30-Aug-07 1:19 
AnswerRe: how to use group of radio button as single control? Pin
David Crow30-Aug-07 3:13
David Crow30-Aug-07 3:13 
Questionhow to get 32-bit graphics on EVC++ 4.0 SP4 Pin
mercenary0130-Aug-07 0:53
mercenary0130-Aug-07 0:53 
QuestionMFC Dialog Pin
Bhavesh Bagadiya30-Aug-07 0:49
Bhavesh Bagadiya30-Aug-07 0:49 

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.