WPF native windows 10 toasts

后端 未结 6 1376
别跟我提以往
别跟我提以往 2021-02-05 14:13

Using .NET WPF and Windows 10, is there a way to push a local toast notification onto the action center using c#? I\'ve only seen people making custom dialogs for that but there

6条回答
  •  醉话见心
    2021-02-05 14:43

    I managed to gain access to the working API for windows 8 and 10 by referencing

    • Windows.winmd: C:\Program Files (x86)\Windows Kits\8.0\References\CommonConfiguration\Neutral

    This exposes Windows.UI.Notifications.

提交回复
热议问题