Push Notifications for Windows Application
up vote
0
down vote
favorite
I'm trying to develop a chat application for windows.As in all chat applications I also have a requirement of showing notifications whenever the User gets a message.Now,what I want is how can I show a notification and clicks on that notification will have to perform some task.How can I achieve this.
Thank you.
wpf notifications
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I'm trying to develop a chat application for windows.As in all chat applications I also have a requirement of showing notifications whenever the User gets a message.Now,what I want is how can I show a notification and clicks on that notification will have to perform some task.How can I achieve this.
Thank you.
wpf notifications
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to develop a chat application for windows.As in all chat applications I also have a requirement of showing notifications whenever the User gets a message.Now,what I want is how can I show a notification and clicks on that notification will have to perform some task.How can I achieve this.
Thank you.
wpf notifications
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to develop a chat application for windows.As in all chat applications I also have a requirement of showing notifications whenever the User gets a message.Now,what I want is how can I show a notification and clicks on that notification will have to perform some task.How can I achieve this.
Thank you.
wpf notifications
wpf notifications
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Nov 21 at 14:15
Harika
11
11
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Harika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35
add a comment |
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Harika is a new contributor. Be nice, and check out our Code of Conduct.
Harika is a new contributor. Be nice, and check out our Code of Conduct.
Harika is a new contributor. Be nice, and check out our Code of Conduct.
Harika is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53414031%2fpush-notifications-for-windows-application%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you want a notification within your application. like a popup or do you require something outside your application? like a toast notification?
– Sam
Nov 21 at 15:46
@Sam I want Toast notification
– Harika
Nov 21 at 16:00
use the toastnotificationextensions (github.com/windows-toolkit/WindowsCommunityToolkit)
– RajN
Nov 21 at 18:35