Hide close button in a scheduled toast notification in Windows 10
NickName:wmeyer Ask DateTime:2016-02-26T02:09:58

Hide close button in a scheduled toast notification in Windows 10

Toast notification have a "close button" in the upper right corner. Is there any way to either hide this button or to react to the user clicking it?

The use case is this: I want to reschedule a notification for the next day whenever a user reacts to the notification, even when closing it. In other words: the user cannot dismiss the notification forever.

The notification is scheduled from a background task which might not be running anymore when the notification is dismissed.

Copyright Notice:Content Author:「wmeyer」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35634991/hide-close-button-in-a-scheduled-toast-notification-in-windows-10

More about “Hide close button in a scheduled toast notification in Windows 10” related questions

Hide close button in a scheduled toast notification in Windows 10

Toast notification have a "close button" in the upper right corner. Is there any way to either hide this button or to react to the user clicking it? The use case is this: I want to reschedule a

Show Detail

Scheduled Toast Notification Alarm loop

I'm working with Toast and I successfully create scheduled toast that show up after specific time. But I have a problem with Audio, my goal is to make this sound in the loop unitl the user press bu...

Show Detail

Windows Phone: Is it possible to mix toast notification and scheduled alarm?

I'm new to Windows Phone development. I'm going to implement reminder App with following features: Remind every day/week/month When remind occurs display it in notifications list And I've got pro...

Show Detail

Open URL or file from a button in a Windows 10 toast notification

I'm creating a mockup Windows 10 toast notification using a special visualizer I got from a Windows 10 Store. Is there a way from a action button I can set a click action to open a URL or open a fi...

Show Detail

How to remove a scheduled toast notification

I knew how to do scheduled toast notification from this sample http://code.msdn.microsoft.com/windowsapps/Schedules-Toast-notificatio-457e599b#content but now what I want to do is knowing how to ...

Show Detail

Windows 10 Toast Notifications Desktop Application

I'm trying to integrate some Windows 10 features into my existing Windows Desktop application. I am a little stuck integrating the Toast Notifications. Using the toast notification example I was ab...

Show Detail

.NetCore Show Windows 10 Notification (Toast)

I've searched through a number of different posts on how to create toast notifications from .netCore applications, however, none of them helped neither the Microsofts' buggy documentation. So welli...

Show Detail

Change Attribution Area in Toast Notification in Windows 10

How to change icon near Application Name in Attribution Area in Toast Notification? I'm using code similar to How to add a text node to a toast notification. Code under link helps change Applicatio...

Show Detail

Windows 10 & 8 toast notification for windows form application

I'm doing a chat application for the company. I created the application with c # windows form app windows 10 's toast notification required for me. I enter code here am write some code but does not

Show Detail

Windows 10 toast notification icon referencing

I decided to throw away the "old school" windows baloon notifications and use the new windows 10 native toast notifications. Right now, I'm struggling with referencing an icon for the toast

Show Detail