Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which macro is running ?
#6
Here works well. I also reviewed the code and did not find why it could not work.

This can be used to delete QM tray icon.
Macro
Code:
Copy      Help
NOTIFYICONDATA nd.cbSize=88
nd.hWnd=_hwndqm
nd.uID=1
Shell_NotifyIcon(NIM_DELETE &nd)

When a macro ends, QM adds icon again. Is it correct then?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)