Student123
Student123

Reputation: 423

Edit List Box Data

Is there anyway you can allow the user to edit existing data in a List Box ? For example the user can just click the cell then type in what they want ?

thanks.

Upvotes: 0

Views: 152

Answers (1)

Joseph Willcoxson
Joseph Willcoxson

Reputation: 6040

For that functionality, I would suggest using a LISTVIEW control. There are hooks in it (LVN_BEGINLABELEDIT, LVN_ENDLABELEDIT) to allow you to do what your want.

Upvotes: 1

Related Questions