Hello all,

I am running into some problems trying to implement this:

I need to have a combobox for user selection as a listview subitem (not the listitem) to enable selection by the user.

The Listview_MouseUp event only provides x and y coordinates for the click event, but I am stuck trying to figure out how to place a combo box over the relevant subitem (i.e., finding out its exact coordinates).

I have googled this item a lot and it seems to be possible using subclassing (which I do not know much about), but the best example I've found so far deals with coloring lines, not adding combo boxes:
http://www.excelforum.com/excel-prog...ored-line.html

Has anyone had to tackle this before or knows how I could solve it?
Any help is greatly appreciated.