Click here to Skip to main content
15,893,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: edit box vector Pin
Chris Losinger23-Jan-06 12:23
professionalChris Losinger23-Jan-06 12:23 
GeneralRe: edit box vector Pin
francescot24-Jan-06 9:23
francescot24-Jan-06 9:23 
GeneralRe: edit box vector Pin
Chris Losinger24-Jan-06 9:41
professionalChris Losinger24-Jan-06 9:41 
GeneralRe: edit box vector Pin
francescot24-Jan-06 10:23
francescot24-Jan-06 10:23 
GeneralRe: edit box vector Pin
Chris Losinger24-Jan-06 10:44
professionalChris Losinger24-Jan-06 10:44 
GeneralRe: edit box vector Pin
francescot24-Jan-06 10:58
francescot24-Jan-06 10:58 
GeneralRe: edit box vector Pin
Chris Losinger24-Jan-06 12:03
professionalChris Losinger24-Jan-06 12:03 
QuestionHow to align Number(currency) to right Pin
mikobi23-Jan-06 4:47
mikobi23-Jan-06 4:47 
AnswerRe: How to align Number(currency) to right Pin
Cedric Moonen23-Jan-06 4:54
Cedric Moonen23-Jan-06 4:54 
GeneralRe: How to align Number(currency) to right Pin
mikobi23-Jan-06 6:23
mikobi23-Jan-06 6:23 
AnswerRe: How to align Number(currency) to right Pin
toxcct23-Jan-06 5:09
toxcct23-Jan-06 5:09 
GeneralRe: How to align Number(currency) to right Pin
mikobi23-Jan-06 6:29
mikobi23-Jan-06 6:29 
GeneralRe: How to align Number(currency) to right Pin
mikobi23-Jan-06 6:36
mikobi23-Jan-06 6:36 
GeneralRe: How to align Number(currency) to right Pin
Cedric Moonen23-Jan-06 7:00
Cedric Moonen23-Jan-06 7:00 
AnswerRe: How to align Number(currency) to right Pin
David Crow23-Jan-06 7:54
David Crow23-Jan-06 7:54 
GeneralRe: How to align Number(currency) to right Pin
mikobi23-Jan-06 20:50
mikobi23-Jan-06 20:50 
GeneralRe: How to align Number(currency) to right Pin
David Crow24-Jan-06 2:48
David Crow24-Jan-06 2:48 
Times New Roman is a proportionally-spaced font. That will not work. You must use a mono-spaced font like Courier.

Also, make sure the font variable does not go out of scope before the control itself does. You might want to make it a member of the control's parent (e.g., the dialog).


"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb


GeneralRe: How to align Number(currency) to right Pin
mikobi23-Jan-06 21:22
mikobi23-Jan-06 21:22 
QuestionRead Hex Chars from keyboard Pin
bachirzantou23-Jan-06 4:40
bachirzantou23-Jan-06 4:40 
AnswerRe: Read Hex Chars from keyboard Pin
Cedric Moonen23-Jan-06 4:52
Cedric Moonen23-Jan-06 4:52 
GeneralRe: Read Hex Chars from keyboard Pin
bachirzantou23-Jan-06 5:15
bachirzantou23-Jan-06 5:15 
GeneralRe: Read Hex Chars from keyboard Pin
Bob Stanneveld23-Jan-06 10:31
Bob Stanneveld23-Jan-06 10:31 
GeneralRe: Read Hex Chars from keyboard Pin
bachirzantou23-Jan-06 22:45
bachirzantou23-Jan-06 22:45 
QuestionInterface IHTMLDocument of an ActiveX control need Help please ! Pin
Calvin8023-Jan-06 4:25
Calvin8023-Jan-06 4:25 
AnswerRe: Interface IHTMLDocument of an ActiveX control need Help please ! Pin
Stephen Hewitt23-Jan-06 12:39
Stephen Hewitt23-Jan-06 12: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.