Replies: 1 comment 1 reply
-
The path you'll want to go down to achieve this is "actionable" notifications. I wrote about this on my blog here: https://toastit.dev/2020/08/07/actionable/ At the moment, that requires PowerShell 7.1 to work, though v1 of BurntToast will have it working back in Windows PowerShell and PowerShell 6. Conceptually, what you're doing is spawning a new toast within the event action of the previous toast. For "just the code" check out: https://github.com/Windos/Talks/blob/main/2021/02%20-%20February/23%20-%20DuPSUG%20-%20Croque%20Monsieur/Demos/09_SelectionBox.ps1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, need help i want to show a notification which contains a title and a body and two buttons named View in Folder, and send to skype, if any body click on View in folder i have a desired path where it should open folder , and if i click on send to skype button a new notification should be triggered having a text a box and a send button , then i we should for now i want it to just say sending , i will write the logic for sending just help me with this feature
Beta Was this translation helpful? Give feedback.
All reactions