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

How to set background image in windows phone 7 application

Apply background image in windows phone 7 application In this post I am going show how we can apply an image in your app background. This we can do in XAML and also using C# code. Video :- [youtube=http://www.youtube.com/watch?v=FfJqEK4kEzY] Image :- XAML code:- If we want to set image using XAML, it is easy. Just we need to set background for top parent element, in my Demo Grid (default) is top parent element. So, I am applying background image to that. Just add the below code after <Gr...
More

Application Bar Icons for Windows Phone 7

Application Bar Icons for Windows Phone 7 (no need to download) When I tried to download from Microsoft, the link is broken (here is the link http://go.microsoft.com/fwlink/?LinkId=187311) . Anyway, no need to worry about it. These icons are installed local system as a part of the Windows Phone Developer Tools. We can find these icons on our computer after you have installed WP Dev Tools @ the following locations: 32-bit computers - C:Program FilesMicrosoft SDKsWindows Phonev7.0Icons 64-bit com...
More