How to navigate the image using Keyboard arrow keys in C#.
My 1st form contains listView. The listview contains 10 images in thumbnail format. The image are from particular folder. When I double click the image in the list view, it opens in a new window as large image. I want to navigate the image in the new window as per listview order.
If I click the image randomly, want to navigate the image from that selected image.
It's like a Microsoft picture manager.
Plz give me an Idea.