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
Trayicon from WPF not Windows Forms? - How to bind
ContextMenufrom WPF toNotifyInfocontrol from Forms. - or other way to solve this.
Greetings
Have a look at this solution on CodePlex