\n doesn't work in edit box?Code:hr = CreateWindowEx ( 0, /* Extended possibilites for variation */ "Edit", /* Classname */ "\nHello\n\n\nHello", ES_MULTILINE|WS_VISIBLE|WS_CHILD|ES_AUTOHSCROLL|ES_READONLY|WS_HSCROLL|WS_VSCROLL|ES_CENTER, /* default window */ 0, /* Windows decides the position */ 0, /* where the window ends up on the screen */ 50, /* The programs width */ 50, /* and height in pixels */ hwnd, /* The window is a child-window to desktop */ (HMENU)IDB_RUBS, /* No menu */ GetModuleHandle(NULL), /* Program Instance handler */ NULL /* No Window Creation data */ );



LinkBack URL
About LinkBacks


