Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,215
Widok
0
06/03/2020 11:20 am
Topic starter
how to init
1 Answer
0
06/03/2020 11:21 am
Topic starter
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;