Hello
If you are using only the arrows on the list box, you are not changing the item selected in a list box. You are actually scrolling up and down the list box. If you use the keyboard arrow keys, you will be that the highlighting box in the listbox actually changes. And you will also see that the VALUE_CHANGED event file.
To change the item selected, you will have to use the arrow keys on the keyboard or actually select the item using the mouse cursor.
Hope this helps
Bilal Durrani
NI