Hi I want to edit the text inside the GUICtrlCreateListView and them after editing the text i want to be able to save it. here is an example script i made to make myself more clear #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Include <GuiListView.au3> #include <ListviewConstants.au3> $Form1 = GUICreate("Price Editor", 689, 469, 201, 115,-1,$WS_EX_ACCEPTFILES) Local $simStyle = bitOR($LVS_EDITLABELS,$LVS_SINGLESEL) Local $extended = BitOR($LVS_EX_