Hi everyone,

How do I recognize that a tab key is pressed when listview control has focus. I tried key press event

if Keyascii = 9 then'tab key
keyascii = 0
end if

But, this event is not triggered at all. Any help will be greatly appreciated.

Thanks,
Anna