RE: [perl-win32-gui-users] How to get items that are checked in a list view.

2001-08-30 Thread Joseph_Vieira
ListView_ItemClick is called when an item is selected. I want the items that have the check box checked. Peter Eisengrein <[EMAIL PROTECTED]>@lists.sourceforge.net on 08/29/2001 04:45:11 PM Please respond to perl-win32-gui-users@lists.sourceforge.net Sent by: [EMAIL PROTECTED] To: "'p

Re: [perl-win32-gui-users] How to get items that are checked in a list view.

2001-08-30 Thread Johan Lindstrom
Joe wrote: I do get items in a list view that are checked to put in an array/hash/what ever. My code list the contents of a directory and puts them in a list view what I want is that after someone selects the files they want by checking the box next to it. They click on a button and it copies t