CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2021
    Posts
    2

    Tooltip for combobox drop list

    Hi,

    I need to implement tooltip for combo box. Idea is that when combobox dropdown list is shown in which products are shown then I need to show tool tip (description information) for hovered product item.

    I have tried to do that using not custom combo box (also tried to set style LVM_GETEXTENDEDLISTVIEWSTYLE), but I was unable to catch notify messages (NM_HOVER, LVN_HOTTRACK) of drop list.

    Does it mean that I must use custom combobox?
    Maybe someone has experience or understand how should it be done?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

  3. #3
    Join Date
    Jul 2021
    Posts
    2

    Re: Tooltip for combobox drop list


  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Tooltip for combobox drop list

    Quote Originally Posted by OMG2021 View Post
    Thanks will check those. Just I forgot to mention, I cannot use MFS.
    Then:
    https://www.google.com/search?q=Tool...4dUDCA4&uact=5
    Victor Nijegorodov

Tags for this Thread

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

Featured