Add support for icons #9

Closed
opened 2022-12-13 14:35:38 -05:00 by cmeis · 1 comment
cmeis commented 2022-12-13 14:35:38 -05:00 (Migrated from github.com)

Add support to show icons sent with a notification.

Add support to show icons sent with a notification.
alexhorner commented 2022-12-13 14:45:28 -05:00 (Migrated from github.com)

It appears this is a limitation of the NotifyIcon in WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something called ToolTip.OwnerDraw but this would require directly rendering the toast manually and doesn't use the system rendering.

It appears this is a limitation of the `NotifyIcon` in WinForms which means it cannot directly be implemented with the native toast notifications in WinForms. It might be possible to do something called `ToolTip.OwnerDraw` but this would require directly rendering the toast manually and doesn't use the system rendering.
Sign in to join this conversation.
No description provided.