Hi,
I want to the user to be able to click once on a listitem and it be ready to edit. I am using this API call:
MsgBox SendMessage(lvGroups.hWnd, LVM_EDITLABEL, lvgroups.selecteditem.index, 0)
it returns 0 everytime and won't do anything. Any Ideas what I'm doing wrong?
Thanks,
Adam
I want to the user to be able to click once on a listitem and it be ready to edit. I am using this API call:
MsgBox SendMessage(lvGroups.hWnd, LVM_EDITLABEL, lvgroups.selecteditem.index, 0)
it returns 0 everytime and won't do anything. Any Ideas what I'm doing wrong?
Thanks,
Adam