Results 1 to 2 of 2

Thread: Outlook Listview

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    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.
    "The difference between mad and genius is the success"

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    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
    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.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width