C#, WPF NotifyIcon, example« Wróć do listy pytań
how to init |
▲ ▼ | Add icon to resources (project – properties – resources – add icon ) TaskbarIcon tb = new TaskbarIcon(); tb.ToolTipText = "Test test test"; tb.Icon = (Icon)Properties.Resources.my_icon_from_resources; |
Please log in to post questions/answers: