WPF 应用程序,NotifyIcon(表单)问题
我在 WPF
中遇到托盘图标问题。 现在我在 Windows 窗体中使用 NotifyIcon
,但此控件不接受 来自 WPF
的 ContextMenu
。我必须使用 XAML
中的 ContextMenu
因为我不会 仅从 Windows.Forms 为该控件执行其他全球化代码(所有应用程序均位于 WPF 中) 并且应用程序必须是强多语言的。怎么解决这个问题呢?
- 如何从 WPF 而不是 Windows Forms 制作
Tray
图标? - 如何将 WPF 中的
ContextMenu
绑定到 Forms 中的NotifyInfo
控件。 - 或其他方法来解决这个问题。
问候
I have problem with tray icon in WPF
.
Now i using NotifyIcon
from windows forms, but this control not acceptingContextMenu
from WPF
. I must use ContextMenu
from XAML
because i will be not
doing other globalization code for only this control from Windows.Forms (all app is in WPF)
and application must be strongly multilanguage. How to solve this?
- How to make
Tray
icon from WPF not Windows Forms? - How to bind
ContextMenu
from WPF toNotifyInfo
control from Forms. - or other way to solve this.
Greetings
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 CodePlex 上的此解决方案
Have a look at this solution on CodePlex