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

C / C++ / MFC

 
Questionhandles and stack monitor help pls Pin
van-ux6-Feb-07 11:32
van-ux6-Feb-07 11:32 
AnswerRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 2:28
van-ux7-Feb-07 2:28 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 5:27
Mark Salsbery7-Feb-07 5:27 
GeneralRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 7:48
van-ux7-Feb-07 7:48 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 8:11
Mark Salsbery7-Feb-07 8:11 
GeneralRe: handles and stack monitor help pls Pin
van-ux7-Feb-07 9:18
van-ux7-Feb-07 9:18 
GeneralRe: handles and stack monitor help pls Pin
Mark Salsbery7-Feb-07 10:51
Mark Salsbery7-Feb-07 10:51 
QuestionFont Size limit? Pin
Oliver1236-Feb-07 11:16
Oliver1236-Feb-07 11:16 
I am trying to change font size in an edit box with the following code. There seems to be a limit on the size I can get, regardless of the params in font.CreatePointFont. The max seems to be about 14 point bold. How can I get a larger size?

CFont font;<br />
font.CreatePointFont(920, "Garamond");<br />
CFont *pFont = (&font);<br />
GetDlgItem(IDC_EDIT_Utility)->   SetFont(pFont, TRUE);

AnswerRe: Font Size limit? Pin
Mark Salsbery6-Feb-07 13:51
Mark Salsbery6-Feb-07 13:51 
QuestionID_File_New Pin
Tara146-Feb-07 9:54
Tara146-Feb-07 9:54 
AnswerRe: ID_File_New Pin
PJ Arends6-Feb-07 10:16
professionalPJ Arends6-Feb-07 10:16 
GeneralRe: ID_File_New Pin
Tara146-Feb-07 10:18
Tara146-Feb-07 10:18 
AnswerRe: ID_File_New Pin
David Crow6-Feb-07 11:15
David Crow6-Feb-07 11:15 
QuestionWeird Behavior... [modified] Pin
arbster16-Feb-07 9:26
arbster16-Feb-07 9:26 
AnswerRe: Weird Behavior... Pin
PJ Arends6-Feb-07 10:17
professionalPJ Arends6-Feb-07 10:17 
GeneralRe: Weird Behavior... Pin
arbster16-Feb-07 11:11
arbster16-Feb-07 11:11 
GeneralRe: Weird Behavior... Pin
David Crow6-Feb-07 11:16
David Crow6-Feb-07 11:16 
GeneralRe: Weird Behavior... Pin
arbster16-Feb-07 12:06
arbster16-Feb-07 12:06 
QuestionMarshaling an Interface Pointer Pin
BuckBrown6-Feb-07 9:22
BuckBrown6-Feb-07 9:22 
AnswerRe: Marshaling an Interface Pointer Pin
PJ Arends6-Feb-07 10:21
professionalPJ Arends6-Feb-07 10:21 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown6-Feb-07 11:39
BuckBrown6-Feb-07 11:39 
AnswerRe: Marshaling an Interface Pointer Pin
Roger Stoltz6-Feb-07 12:12
Roger Stoltz6-Feb-07 12:12 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown6-Feb-07 13:10
BuckBrown6-Feb-07 13:10 
GeneralRe: Marshaling an Interface Pointer Pin
Roger Stoltz6-Feb-07 13:44
Roger Stoltz6-Feb-07 13:44 
GeneralRe: Marshaling an Interface Pointer Pin
BuckBrown7-Feb-07 8:11
BuckBrown7-Feb-07 8:11 

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.