windows-runtime

When i try to make a notification with winrt, it makes an error

When i try to make a notification with winrt, it makes an error Question: I am trying to make winRT send notifications. I tried doing this to make a notification: import winrt.windows.ui.notifications as notifications import winrt.windows.data.xml.dom as dom #create notifier nManager = notifications.ToastNotificationManager notifier = nManager.create_toast_notifier(); #define your notification as string tString = """ <toast> …

Total answers: 4