Modify you loop like this: Код (Text): ;-------------- LOCAL buffer[256] :BYTE ;-------------- .while ebx < entriesread invoke MessageBoxW,0,[esi],0,MB_OK invoke AddItemInt,Index,0d,Index invoke WideCharToMultiByte, CP_ACP, NULL, [esi], -1, addr buffer, 256, NULL, NULL invoke AddItem,Index,1d, addr buffer inc ebx add esi,4 inc Index .endw