简体   繁体   中英

Create tile / secondary tile from a desktop app

I would like to create a custom tile for my Windows Forms Application.

I found that the Secondary Tile is in the Microsoft.UI.StartScreen namespace witch isn't available in WinForms.

So how can I accomplish this?

Unfortunatley normal desktop applications cannot, by design, create custom tiles on the start screen. The best one can do is to optimize the executable's icon for the tile format as described here: http://msdn.microsoft.com/en-us/library/windows/desktop/jj673981

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM