代码之家  ›  专栏  ›  技术社区  ›  John Hunter

如何在.NET中枚举Windows系统托盘中的对象?

  •  2
  • John Hunter  · 技术社区  · 15 年前

    我要监视Windows系统托盘的图标文本更改。

    我怎样才能在.NET中做到这一点?最好是在C中?

    1 回复  |  直到 15 年前
        1
  •  1
  •   Reed Copsey    15 年前

    这可以在Windows API中使用带有“shell traywnd”和senddata的findwindow。

    要在C中执行此操作,您需要在Windows API中P/Invoke。这是一套 C++ sample code 您可以使用到端口。