as we know, we could send out the toast notification from Desktop App (not store app) on Windows 8 per this link sending toast notification from desktop and also code sample. We are looking at if we could send the tile notification from desktop applications and I didn't find information on internet. So it seems to me that it is impossible. However I just want to confirm with expert here.
相关问题
- the application was unable to start correctly 0xc0
- Inheritance impossible in Windows Runtime Componen
- Handle button click in another application
- win32 Python - pythoncom error - ImportError: No m
- How to prevent windows from accessing and detectin
相关文章
- Windows 8.1 How to fix this obsolete code?
- Why windows 64 still makes use of user32.dll etc?
- Show flyout using BottomAppBar
- Can WM_NEXTDLGCTL be used with non-dialog windows?
- Windows EventLog: How fast are operations with it?
- Are resource files compiled as UNICODE or ANSI cod
- New Windows Application - What language?
- Get English exception message instead of local lan
Your assumptions are correct - tile notifications are not supported for Desktop applications.
In the Requirements section of the
TileUpdater
documentation, the class is marked as "Windows Store apps only".