I am trying to get this listbox to accept multiline entries. I looked on MSDN but I found nothing. What would I have to do to make this work. Below is the code to the ListBox.
CreateWindowEx(
WS_EX_CLIENTEDGE,
"LISTBOX",
NULL,
WS_CHILD | WS_VISIBLE | LBS_NOTIFY | WS_VSCROLL | WS_BORDER,
5,
50,
315,
230,
hWnd,(HMENU) IDC_hLB_Output,hInstance,NULL);