Does anyone know if I can get rid of the effect in Column 0 of the Listview in the attached example? Although there is no thumbnail, the left most part seems to be reserved for an image that does not exist. It could be related to _GUIImageList_GetImageCount($hImage) but I don't know what to put instead of this. The question is related to post SQLite ListView and BLOB demo #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <GuiListView.au3> #include &l