Hello,

LB_ADDSTRING is sorting out the string im sending instead of adding it at the end of the list.
I dont have LBS_SORT style.

Code:
            
CreateWindowEx(WS_EX_CLIENTEDGE,"ListBox", 0,
                           WS_CHILD|WS_VISIBLE|LBS_STANDARD|WS_HSCROLL|
                           WS_SIZEBOX|LBS_DISABLENOSCROLL|LBS_HASSTRINGS,
                           20, 200, 380, 300, hWnd,
                           (HMENU)IDB_LISTBOX, 0, NULL);
What can be the cause?