I have two forms, in both forms there are a listView panel. In the first panel data on the listView are retrive via openFolderBrowser dialogue using a button attribute. All the files are shown on that listView through this action.
Now i want to pass the value (all the files ) from listView Form1 to listView Form2. All the files by a click of a button should be passed to listView2 in form2 from listView1 form1.
Does anyone know what scripts will i need to produce inorder to do this.
Thanks,
Mac
Now i want to pass the value (all the files ) from listView Form1 to listView Form2. All the files by a click of a button should be passed to listView2 in form2 from listView1 form1.
Does anyone know what scripts will i need to produce inorder to do this.
Thanks,
Mac