Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with listbox
#11
Tooltip text is updated but the tooltip is not displayed. To display tooltip immediately, use TTM_POPUP message. Mouse must be in the listbox. Also, TTM_POPUP is not available on win 2000.

Function Function53
Code:
Copy      Help
,case LBN_SELCHANGE<<16|3
,str t
,_i=LB_SelectedItem(lParam t)
,tt.AddTool(hDlg 3 t 2)
,SendMessage tt.m_htt TTM_POPUP 0 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)