Hello Steve and/or other developers,

I've been trying to get the ListView EditLabel feature to work. I can
turn it on OK and have got the handle to the edit control and through
that the control's contents. The problem is that the control is created
and destroyed automatically, and it is difficult to get access to the
final data. According to MSDN, an LVN_ENDLABELEDIT notification is sent
just before the control is destroyed, but I can't figure out how to get
to that. Would the new "Hook" method work? Again, according to MSDN, the
LVN_ENDLABELEDIT notification is sent in the form of a WM_NOTIFY
message. Would I have to grab that? That sounds like it may be biting
off more than I can chew... Can you offer any pointers? Could you
perhaps post a snippet of code showing how the "Hook" method works?

Many thanks,
Glenn Munroe



Reply via email to