when i was trying to code back then.
well i decided to give it another shot.
soo...
i am creating a url manager.
this is made using a listview.
and add buttton, delete and connect.
the add button adds the url to the list.
delete, simply deletes the selected one.
and connect, RunProgram("Link")
okay, so...
little problem.
Code: Select all
Case #DeleteURL
checked.l = #PB_Tree_Checked
RemoveGadgetItem(#ListURL, checked)