Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MS-ACCESS log rotation Pin
Monty22-Jan-05 18:06
Monty22-Jan-05 18:06 
GeneralRe: MS-ACCESS log rotation Pin
Anonymous2-Jan-05 18:27
Anonymous2-Jan-05 18:27 
GeneralRe: MS-ACCESS log rotation Pin
David Crow3-Jan-05 3:34
David Crow3-Jan-05 3:34 
QuestionHow to set Window Size of MFC Dialog? Pin
pubududilena2-Jan-05 16:12
pubududilena2-Jan-05 16:12 
AnswerRe: How to set Window Size of MFC Dialog? Pin
Ravi Bhavnani2-Jan-05 16:37
professionalRavi Bhavnani2-Jan-05 16:37 
GeneralWanting Windows Message Pin
LiYS2-Jan-05 14:16
LiYS2-Jan-05 14:16 
GeneralRe: Wanting Windows Message Pin
Ravi Bhavnani2-Jan-05 16:38
professionalRavi Bhavnani2-Jan-05 16:38 
GeneralCharacter Internal leading Pin
LiYS2-Jan-05 13:40
LiYS2-Jan-05 13:40 
Hi all:
I used the DrawText() to output several lines of text within a rect, but with the font I created
VERIFY(m_Font.CreateFont(
12, // nHeight
0, // nWidth
0, // nEscapement
0, // nOrientation
FW_NORMAL, // nWeight
FALSE, // bItalic
FALSE, // bUnderline
0, // cStrikeOut
ANSI_CHARSET, // nCharSet
OUT_DEFAULT_PRECIS, //nOutPrecision
CLIP_DEFAULT_PRECIS, //nClipPrecision
PROOF_QUALITY , // nQuality
DEFAULT_PITCH|FF_SWISS, //nPitchAndFamily
_T("Arial"))); // lpszFacename

the text appears two crowded vertically, I know with a internal leading, the text can be looked good. But the question is how to add a internal leading?

GeneralRe: Character Internal leading Pin
Monty22-Jan-05 18:07
Monty22-Jan-05 18:07 
GeneralRe: Character Internal leading Pin
LiYS2-Jan-05 19:16
LiYS2-Jan-05 19:16 
GeneralAnyone got source code for Programming Applications for MS Windows - Advanced Pin
Defenestration2-Jan-05 12:37
Defenestration2-Jan-05 12:37 
Generalreading bitmap image Pin
mathrose2-Jan-05 11:09
mathrose2-Jan-05 11:09 
GeneralRe: reading bitmap image Pin
ThatsAlok2-Jan-05 19:02
ThatsAlok2-Jan-05 19:02 
GeneralRe: reading bitmap image Pin
mathrose2-Jan-05 21:22
mathrose2-Jan-05 21:22 
GeneralRe: reading bitmap image Pin
ThatsAlok2-Jan-05 22:41
ThatsAlok2-Jan-05 22:41 
GeneralRe: reading bitmap image Pin
Selvam R3-Jan-05 1:31
professionalSelvam R3-Jan-05 1:31 
GeneralFinding matching regions in file.. Pin
moliate2-Jan-05 10:36
moliate2-Jan-05 10:36 
GeneralIncorrect end/crash at app end Pin
Roland E.2-Jan-05 9:45
Roland E.2-Jan-05 9:45 
GeneralRe: Incorrect end/crash at app end Pin
David Crow3-Jan-05 3:38
David Crow3-Jan-05 3:38 
GeneralRe: Incorrect end/crash at app end Pin
Roland E.3-Jan-05 4:49
Roland E.3-Jan-05 4:49 
Generalhookless keylogger Pin
Spiritofamerica2-Jan-05 8:47
Spiritofamerica2-Jan-05 8:47 
GeneralRe: hookless keylogger Pin
User 66582-Jan-05 11:06
User 66582-Jan-05 11:06 
GeneralRe: hookless keylogger Pin
Spiritofamerica3-Jan-05 9:33
Spiritofamerica3-Jan-05 9:33 
GeneralRe: hookless keylogger Pin
User 66584-Jan-05 4:21
User 66584-Jan-05 4:21 
GeneralRe: hookless keylogger Pin
Anonymous4-Jan-05 8:39
Anonymous4-Jan-05 8: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.