Set Textbox Inside Listview SubItem [Resolved]
I need to "Float" a textbox over a listview subitem to make the
appearance of editing a subitem. I have the detection code for
which subitem was clicked and row, but everything I found was
using the x, y coordinates of the mouse click which does not
accurately position the textbox within the sub item.
How can I set a textbox coordinates to match the subitems
rectangular coordinates? Maybe something like getting the RECT
of the subitem somehow?
Thanks.