It is far more possible on XP then on Vista or Windows 7.
From: Chip Orange [mailto:lists3...@comcast.net] Sent: Saturday, January 09, 2010 9:37 AM To: gw-scripting@gwmicro.com Subject: RE: Sorting Listviews maybe, but it's getting smaller, as I think it's part of vista and windows 7 now, and I suspect the automated windows update is pushing it out, so I'd appreciate knowing if you find any users who don't have a run-time at all. Chip _____ From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 10:09 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting Listviews Yes, to sort the listview. It'll be in AddRemove 1.6 coming at some point soon. There may be a small fraction of users with absolutely no Dot Net, though. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor ----- Original Message ----- From: Chip Orange <mailto:lists3...@comcast.net> To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 10:06 PM Subject: RE: Sorting Listviews You're doing what with this? using it's .sort method to sort it you mean? _____ From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 9:06 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting Listviews I'm currently doing it using dim oArrayList : Set oArrayList = CreateObject("System.Collections.ArrayList" ) But that may not be universally compatible. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor ----- Original Message ----- From: Chip Orange <mailto:lists3...@comcast.net> To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 8:33 PM Subject: RE: Sorting Listviews thanks Jeff. could it be that the sort property is read/write, even though the docs say read-only? have you tried writing to it J.J.? Chip _____ From: Jeff Bishop [mailto:j...@jeffbishop.com] Sent: Friday, January 08, 2010 8:26 PM To: gw-scripting@gwmicro.com Subject: Re: Sorting Listviews This is the order in which the columns appear in the listview. ----- Original Message ----- From: Chip Orange <mailto:lists3...@comcast.net> To: gw-scripting@gwmicro.com Sent: Friday, January 08, 2010 6:21 PM Subject: RE: Sorting Listviews J.J., In case this is any help, I see an "order" property of the listviewColumn object, which is both read and write, and it says it controls the display order of the column, but the docs don't explain it at all (I mean how it works; it just says it holds a long). Chip _____ From: J.J. Meddaugh [mailto:j...@bestmidi.com] Sent: Friday, January 08, 2010 7:59 PM To: gw-scripting@gwmicro.com Subject: Sorting Listviews I see a property which will show me the current sort for a listview, but there seems to be no way to set our own sort for one in a dialog. Am I missing something? I could do it manually, but this seems like a longwinded approach. J.J. Meddaugh - ATGuys.com A premier Licensed Code Factory and KNFB Reader distributor