If you are asking about displaying multilined text in your project, then try using the TextBox with MultiLine property set to TRUE. (Don't forget to change the ScrollBars property of TextBox, if you want to display scrollbars)....