How do I make the effect of \n in C++? I created an EDIT

CreateWindowEx(WS_EX_CLIENTEDGE,"EDIT","hello\nthis");

it doesn't work, it just displays hello\nthis, instead of :
hello
this



how would I make it a new line?please help