Thanks for the responses ...
But I see that I didn't explain myself clearly enough.
In order to understand my question. Run the code I provided with the Timer enabled and watch what happens. Then, run the code with the Timer disabled and use the Command button to cycle through the listview items.
You'll see that with the timer, the items are highlighted one after the other, when it fires. But when you click on the command button 3 times, which contains basically the same code as the Timer, the items are NOT highlighted. This is what I don't understand.
Anyone have any ideas why?
Thx.