Structure lvbkimage ulFlags.i hbm.i pszImage.s cchImageMax.l xOffsetPercent.l yOffsetPercent.l EndStructure mynew.lvbkimage mynew\ulFlags=2|16 mynew\pszImage="c:\windows\feder.bmp" CoInitialize_(0) If OpenWindow(0,0,0,500,500,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ListIconGadget(1,0,0,500,500,"",0,0) For a=1 To 50 AddGadgetItem(1,-1,"dfsdgg",0,0) Next SetGadgetAttribute(1,#PB_ListIcon_DisplayMode,#PB_ListIcon_LargeIcon) SendMessage_(GadgetID(1),#LVM_SETTEXTBKCOLOR,0,$FFFFFFFF) SendMessage_(GadgetID(1),#LVM_SETBKIMAGE,0,@mynew) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf ; IDE Options = PureBasic 4.60 Beta 2 (Windows - x86) ; CursorPosition = 7 ; Folding = - ; EnableXP