Listview

rfazendeiro

Centurion
Joined
Mar 8, 2004
Messages
110
hi to all,

I have a list view where i fill it with items that come from the database. The user can then change the view mode to details, large icons, list, small icons.

What I wanted is when a user presses the F2 key and a item is selected, it would allow the user to remame the item just like Microsoft windows does.

I am aware of the event KeyPress but i have 2 problems.
1) It seems it does not detect the F2 keys press. All he other key function except for the Funtion Keys (F1, F2, F3....)

2) How can i make the rename?
 
Last edited:
Back
Top