Windows 8 Tile Icon for WPF application?

a 夏天 提交于 2019-12-23 20:33:53

问题


guys, first time posting -

I'm a newbie to Windows development and VS (Using 2013 on Windows 8.1).

I've created a very simple application by the action of

File->New Project/WPF application.

The application works great, and does exactly what I'd like it to do.

I successfully added a large (128x128) icon and got it to look great on Windows 7's taskbar and start menu by right-clicking my project in the Solution Explorer and specifying my .ico file through there.

I also added the 'Icon' property to my MainWindow.xaml file and it even looks great on the taskbar of Windows 8...

However, it doesn't even display my app's icon on the Start Menu of Windows 8, and I am having a really hard time finding documentation specific to this issue.

I'm sure it's a no-brainer but I'm just stuck.

How do I get a nice icon and tile in Windows 8?


回答1:


Live tiles are only supported in Windows Store Applications but you can use some third-party solutions that provides a way to add this capability via the interoperation between your Desktop Application and separate Windows Store application (this one is installed on end-users computers and behaves like a server that can provide a Tile for its clients, which actually are the Desktop applications).
For example, DevExpress solution - WinRTLiveTileManager.
Or you can implement this approach itself...




回答2:


Live tiles are only supported in Windows Store Apps unfortunately.

See this thread...



来源:https://stackoverflow.com/questions/25855581/windows-8-tile-icon-for-wpf-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!