Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 winforms 应用程序,我想显示一个图标,并在我的任务栏上的图标旁边显示图标,例如我的 AV 软件和音量控制。知道怎么做吗?
提前致谢。
您将需要查看NotifyIcon。
你可以做几件快速的事情。当用户最小化您的应用程序时,您可以改为“隐藏”它( this.Hide() )。然后单击 NotifyIcon,您可以显示您的应用程序。