--- In [email protected], Teh Peng <[EMAIL PROTECTED]> wrote: > > Dear friends, > > I'm doing a simple program and a simple Dialog GUI. On > GUI, I wanna retrieve string from user, and option > with radio button and check box. Then I wanna display > the string and choice(s) they enter, on a List Box and > MessageBox. > > But, my problem is, I wanna display the result, line > by line. When I use "\n", on the MessageBox, it works > well. but on the list Box, it doesn't display new > line. > > I use CListbox AddString
You need to AddString for each line - '\n' will not work in a list box control. Mickey M. Construction Partner Inc. http://www.constructionpartner.com
