On 15/03/10 23:33, Nikolay Sivov wrote:
On 3/15/2010 15:08, Jeff Latimer wrote:
LISTVIEW_GetItemW
Hm, actually EditLabel and EndEditLabel looks quite different. EditLabel uses static buffer, and EndEditLabel doesn't even set a buffer pointer. That's most likely a real problem here, could you try to copy way we call LISTVIEW_GetItemW to EndEditLabel?
That looks to be a winner. Will resubmit soon. Ta