WPF app, problem with NotifyIcon (Forms)
I have problem with tray icon in WPF
.
Now i using NotifyIcon
from windows forms, but this control not accepting
ContextMenu
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
Have a look at this solution on CodePlex
精彩评论