Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling UpdateData(FALSE) will screw my RadioButton-group selection Pin
Nick Hodapp5-Jan-04 10:27
sitebuilderNick Hodapp5-Jan-04 10:27 
Generalsprintf formatting with conditional statement Pin
shultas5-Jan-04 8:45
shultas5-Jan-04 8:45 
GeneralRe: sprintf formatting with conditional statement Pin
Tyler Kellen5-Jan-04 8:49
Tyler Kellen5-Jan-04 8:49 
GeneralRe: sprintf formatting with conditional statement Pin
abc8765-Jan-04 8:57
abc8765-Jan-04 8:57 
GeneralRe: sprintf formatting with conditional statement Pin
Prakash Nadar5-Jan-04 16:08
Prakash Nadar5-Jan-04 16:08 
GeneralRe: sprintf formatting with conditional statement Pin
abc8765-Jan-04 19:47
abc8765-Jan-04 19:47 
GeneralRe: sprintf formatting with conditional statement Pin
Prakash Nadar5-Jan-04 20:15
Prakash Nadar5-Jan-04 20:15 
GeneralRe: sprintf formatting with conditional statement Pin
abc8765-Jan-04 20:34
abc8765-Jan-04 20:34 
GeneralRe: sprintf formatting with conditional statement Pin
Prakash Nadar5-Jan-04 21:28
Prakash Nadar5-Jan-04 21:28 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 9:01
Ian Darling5-Jan-04 9:01 
GeneralRe: sprintf formatting with conditional statement Pin
Tyler Kellen5-Jan-04 9:05
Tyler Kellen5-Jan-04 9:05 
GeneralRe: sprintf formatting with conditional statement Pin
Jörgen Sigvardsson5-Jan-04 9:45
Jörgen Sigvardsson5-Jan-04 9:45 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 9:53
Ian Darling5-Jan-04 9:53 
GeneralRe: sprintf formatting with conditional statement Pin
Jörgen Sigvardsson5-Jan-04 9:58
Jörgen Sigvardsson5-Jan-04 9:58 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 10:06
Ian Darling5-Jan-04 10:06 
GeneralRe: sprintf formatting with conditional statement Pin
Prakash Nadar5-Jan-04 16:09
Prakash Nadar5-Jan-04 16:09 
GeneralRe: sprintf formatting with conditional statement Pin
shultas5-Jan-04 9:55
shultas5-Jan-04 9:55 
GeneralRe: sprintf formatting with conditional statement Pin
Ian Darling5-Jan-04 9:57
Ian Darling5-Jan-04 9:57 
GeneralRichEdit EN_VSCROLL doesn't send SB_THUMBTRACK Pin
Tyler Kellen5-Jan-04 8:31
Tyler Kellen5-Jan-04 8:31 
QuestionHow to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 7:20
Cyrus Dang5-Jan-04 7:20 
AnswerRe: How to put a carriage return into a CView object? Pin
Chris Meech5-Jan-04 7:29
Chris Meech5-Jan-04 7:29 
GeneralRe: How to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 8:32
Cyrus Dang5-Jan-04 8:32 
GeneralRe: How to put a carriage return into a CView object? Pin
Chris Meech5-Jan-04 8:45
Chris Meech5-Jan-04 8:45 
GeneralRe: How to put a carriage return into a CView object? Pin
Cyrus Dang5-Jan-04 8:49
Cyrus Dang5-Jan-04 8:49 
AnswerRe: How to put a carriage return into a CView object? Pin
David Crow5-Jan-04 7:29
David Crow5-Jan-04 7:29 
CView knows nothing of any character, let alone CR/LF characters. The reason it works for a CRichEditView is because it is based on an edit control, which knows about lines and such. If you want your text to go to the next line in a CView control, you'll have to manipulate the 'y' coordinate yourself.


A rich person is not the one who has the most, but the one that needs the least.

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.