Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tray delete
#1
how do i delete the tray in TrayProcSample ?
pi
#2
tray.Delete
#3
thanks.
is there a way to detect mousewheel up/down like GetMod on tray ?
pi
#4
No.
#5
oh, you edited your posting ...

it doen't work for me.
and how would i detect if its wheel scroll direction ?

Code:
Copy      Help
function Tray&tray msg

sel msg
,case WM_LBUTTONUP
,sel GetMod
,,case 0 out "nix"
,,case 1 out "shift"
,
,case WM_RBUTTONUP
,,shutdown -7
,,;tray.Delete
,,
,case WM_MOUSEWHEEL
,,out "mou"
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)