Is it possible to add application icon in notification area of task bar from windows store app.? which class is responsible for that.
Asked
Active
Viewed 226 times
1 Answers
0
In Windows Store App (WinRT) : NO You can't .
In Windows Form/ WPF ..etc. : Yes you can .

Nasser AlNasser
- 1,725
- 2
- 11
- 12
-
Many thanks for your replay and information. what is the alternative solution for displaying icon and task bar menu in windows store application – hello Oct 06 '15 at 07:51
-
You need a WinForm OR WPF Desktop app.. Check “Project Centennial” : https://dev.windows.com/en-us/bridges – Nasser AlNasser Oct 06 '15 at 08:17
-
since i am working on windows store application, Can we add menu bar to toast notification from windows store app? OR in which notification method we add menu.Like task bar menu in older application. – hello Oct 06 '15 at 08:28