Get column from hittest listctrl

Hi, I'm again, I give my word I google for it and read lots of example
but I cannot find it.
I need to get the column index from hit test, I'm draging and drop
item from a list and I wanted to name the header of the colum were
item if droped in another list.

Thanks and sorry for ask to many thinks

Use HitTestSubItem, like this:

  item, where, subitem = listctrl.HitTestSubItem(pos)

···

On 3/27/11 12:15 PM, podio wrote:

Hi, I'm again, I give my word I google for it and read lots of example
but I cannot find it.
I need to get the column index from hit test, I'm draging and drop
item from a list and I wanted to name the header of the colum were
item if droped in another list.

--
Robin Dunn
Software Craftsman