Question

There is an application that I'm using at the minute which uses the system tray for bubble messaging i.e. informing the users of useful information regarding their application.

If this was to be triggered while a user was in 'Metro' mode, would this still appear?

Was it helpful?

Solution

There is a notification mechanism for metro style applications built into Windows 8, but it does NOT use the ShNotifyIcon API (which is used for balloon notifications in Windows 7). Check out the Windows.UI.Notifications.ToastNotification runtime class for more information.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top