Windows Phone InputScope and keyboard layout

I Love the InputScope feature in Windows Phone 7, there are few InputScopes available for Silverlight for WP. I listed below. The InputScope property provides a way to automatically associate keyboard to textboxes. So, take advantage of it! To add InputScope to a textbox is easy, just we need to add one more property like this below <TextBox Name="txtSiteAddress" InputScope="Url"/>  --// if you want to add text for web site URL If you set InputScope="Text", started typing words it wil...
More

Windows Phone 7 Emulator Shortcut keys

Windows Phone 7 Emulator Shortcut keys In this post I am going talk about my favorite WP7 shortcut keys. Take the advantage of those keys to play with Emulator. There are few shortcut keys(but useful) when your working on emulator(not Phone). Which Keys? what is the Use? Pause Break This is for allow/deny system keybord to type in Emulator text boxes Page Up   Page Down This is for allow (Page up key)/deny (Page Down key) system keybord to type in Emulator text...
More

Windows phone 7 pin/unpin your favorite app to home screen

How to pin and Unpin favorite app to home screen In this post i am going show how we can pin or unpin your favorite app to windows phone 7 home screen. In this video I am showing in Windows Phone Emulator. But, same thing we can do in Phone also. Just we need to hold our finger on the application icon to get context menu. once it show menu options there we can see two, 1) "Pin to start" -- this for Pin to home screen, if the app already pined this option will be disable 2) "Uninstall" -- Rem...
More