Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tray icon tooltips
#6
Function dialog_tray_icon_balloon_tooltip2
Code:
Copy      Help
Tray- t
sel message
,case WM_INITDIALOG
,t.AddIcon("$qm$\paste.ico" "" 1 hDlg)
,
,case WM_USER+101
,sel lParam
,,case WM_MOUSEMOVE
,,int- inTT
,,if !inTT
,,,inTT=1
,,,ShowTooltip "balloon" 3 xm ym 200 1 "Tooltip Title" "lightning.ico"
,,,inTT=0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)