In Multiline Edit control ..when i set the text which contains
'\n' character using the SetWindowText function ,it's not
moved onto the next line ,but instead it displays a thick line for
the '\n' and all the characters are displayed in the same line.

How can i display the text onto the next line ..if the string
contains a '\n' character in Multiline Editcontrol.