Hi,
I want to know the possibility/API for having an option in my silverlight based WP7 app so that user can pin the app to the menu on his/her choice.
Thanks,
DJ
Printable View
Hi,
I want to know the possibility/API for having an option in my silverlight based WP7 app so that user can pin the app to the menu on his/her choice.
Thanks,
DJ
Hi DJ,
programmatically you cannot create a Pin Windows Phone application, however you can accomplish such kind of functionality using [B]Tiles[/B] from inside your app. Please refer the MSDN article for the same.
[URL="http://msdn.microsoft.com/en-us/library/hh202979%28v=vs.92%29.aspx"]How to: Create, Delete, and Update Tiles for Windows Phone[/URL]
Hope it helps.
cool.. thanks a lot pavan :)
You can use the following toolkit for tiles creation:
[url]http://ree7.fr/blog/2011/12/tile-toolkit-for-windows-phone-7/[/url]