invoke sendmessage,hlist,lvm_getitem,0,addr lvi
we then proceed to obtain the label by sending lvm_getitem message to the listview control.
invoke messagebox,0, addr buffer,addr appname,mb_ok
lastly, we display the label in a message box.
invoke sendmessage,hlist,lvm_getitem,0,addr lvi
we then proceed to obtain the label by sending lvm_getitem message to the listview control.
invoke messagebox,0, addr buffer,addr appname,mb_ok
lastly, we display the label in a message box.