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?
Tray
icon from WPF not Windows Forms?ContextMenu
from WPF to NotifyInfo
control from Forms.Greetings
Have a look at this solution on CodePlex