Use a combo box to edit data in a listview
Hi,
I would be grateful if someone could let me know how to edit data in a listview control, with a combo box Using Visual Basic 6. I know that this is possible as I have seen it in the dts wizard in sql server 7. I have also seen an example of how to do this with .NET
The theory involves superimposing the combobox over the cell that you wish to edit. The problem I am having is that although I know the row, I cannot determine which cell (or subitem) i have clicked on.
|