-
Outlook Listview
Hi...
I wonder where can I find a listview that when you click in one of its fileds, the field becomes like a combobox, letting change the value of the field. I have seen it in the outlook bar, and I think also in the access bar.
Thank you for helping me.
:cool: :)
-
1) you could look at vbaccelerator.com as they have some outlookk toolbar add in controls (not sure if this is one of them).
2) you could cheat :cool:
If you have an MSFlexgrid control, you can set the number of columns to 1, then set the cell lines and background colour the same, effectively (to the user anyway) giving the impression this is a listview. You can then use the click event and use the old grab-a-text-box-&-shove-this-over -the-cell optoin to change the flexgrids entry. Just an idea, but if you do do this, then look through my posts for flexgrid as I've explained how to do the textbox part on a double click event a couple of times beofre.
Cheers.