rfazendeiro Posted October 13, 2005 Posted October 13, 2005 (edited) 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? Edited October 13, 2005 by rfazendeiro Quote
Machaira Posted October 13, 2005 Posted October 13, 2005 See the attached. It's kind of a hack, but I only spent a couple minutes on it. :cool: :-\Listview.zip Quote Here's what I'm up to.
rfazendeiro Posted October 14, 2005 Author Posted October 14, 2005 it works great ! thx for the help! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.