Jump to content

Recommended Posts

Posted (edited)

Is it possible to save items from GUICtrlCreateListViewItem to eventually a inifile, and make it add them, when the scripts starts again? I can easy do it with using a text file, to read it in a editbox, but I'm having problems solving it with GUICtrlCreateListViewItem

5L8YY.png

Edited by legend
Posted

Hi legend,

I would say yes but I cant test it right now.

Whatever you are using to createnewLVitem just add the write to ini function.

then when opening again it would be something like createlistviewitem read from ini.

That is however 2 different ways to populate your listview and will have to be called seperatly to avoid crashing.

Bill

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...