Tooltips on Icons of a listbox
-
hi, i am doing contacts of listbox,in the listbox there are contact names,each contact name beside there are three icons that are call icon,videocall icon,chat icon and also each name of the bottom three icons they are home icon,office icon,mobile icon,my task is that dispaly a tooltip on each and every icon.how to get that send me any link please help me, thanks in advance.
maheshkanth
-
hi, i am doing contacts of listbox,in the listbox there are contact names,each contact name beside there are three icons that are call icon,videocall icon,chat icon and also each name of the bottom three icons they are home icon,office icon,mobile icon,my task is that dispaly a tooltip on each and every icon.how to get that send me any link please help me, thanks in advance.
maheshkanth
Take a look at the listview notification messages, there are many there that would do the job, like
NM_HOVER
,LVN_HOTTRACK
andLVN_GETINFOTIP
. Most of it depends on how you have created the listview, what styles you applied and how you added icons. -
hi, i am doing contacts of listbox,in the listbox there are contact names,each contact name beside there are three icons that are call icon,videocall icon,chat icon and also each name of the bottom three icons they are home icon,office icon,mobile icon,my task is that dispaly a tooltip on each and every icon.how to get that send me any link please help me, thanks in advance.
maheshkanth
CToolTip Class on Code project