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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top