cfchai
July 2nd, 1999, 05:26 AM
I wish to edit and change the name of item in the list box by clicking on it, like we rename a file in the Windows Explorer, how should I accomplish this. Thanks.
|
Click to See Complete Forum and Search --> : Rename Item in List Box cfchai July 2nd, 1999, 05:26 AM I wish to edit and change the name of item in the list box by clicking on it, like we rename a file in the Windows Explorer, how should I accomplish this. Thanks. Lothar Haensler July 2nd, 1999, 05:45 AM Explorer uses a ListView control, not a Listbox. only Listview supports Label Editing. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |