Hello, Please look at this GUI:
#include-once
; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ;
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Include <GuiButton.au3>
#include <GuiListView.au3>
Global $test = GUICreate("test",283,120,-1,-1,-1,-1)
GUISetBkColor(0xFFFF...