You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to write an app which periodically reminded the user to do something and lived in the system tray otherwise.
However I see that Shell_NotifyIcon cannot be accessed in a partialTrust app. (#519)
The only related discussion is from 2021 but appears to indicate I need fullTrust to use this.
Is that still true?
The documentation for capabilities is not easy to browse. How can I figure out what Win32 calls are allowed with what permissions?
For an app like this which is long-running but tries to stay out of the way the system tray is ideal. If I cannot access it under partialTrust what are some recommended alternatives?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wanted to write an app which periodically reminded the user to do something and lived in the system tray otherwise.
However I see that
Shell_NotifyIcon
cannot be accessed in a partialTrust app. (#519)The only related discussion is from 2021 but appears to indicate I need
fullTrust
to use this.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions