c++ - Editing listview control item -


how add or edit listview item double clicking on it?

two things. first, have create list view control lvs_editlabels style, shown in using list-view controls.

then, when want edit label, send lvm_editlabel message focused label.

be sure handle lvn_endlabeledit message in parent.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -