Hi Tony,
On Wed, 9 Apr 2008 03:06:41 -0700 (PDT), Tony Holland
<tony.holland@[EMAIL PROTECTED]
> wrote:
>> Your using the wrong method.
>>
>> The next Item won't be 'selected' until the KeyUp event as finished.
>>
>
>Thanks for the tip Steve, I have tried the ListViewKeyUp method but
>never been able to get it to work. Am I correct in assuming that it
>does not work? Geoff suggested changing up to VO2.8 - seems this might
>be the most workable choice.
You'll have better results using ListViewItemChanging / Changed methods of
your
window. This will be fired whenever something changes in any ListViewItem.
You'll have to screen out the flags to react only to Selected/ Unselected
changes.
HTH,
Amilcar A. Camargo F.
Guatemala, C. A.


|