Questions tagged [windows-phone-7]

Windows Phone is Microsoft's, now deprecated, mobile operating system and software development platform. Use this tag for questions specific to Version 7.x

Windows Phone is a mobile operating system developed by Microsoft, and is the successor to its Windows Mobile platform. Supported platforms for building applications for Windows Phone include Microsoft Silverlight for traditional applications and Microsoft XNA for games. This platform is no longer supported by Microsoft and should be considered obsolete.

Development on the Windows Phone platform is only supported in managed languages, using either Silverlight or XNA. With the 7.1 SDK update, Silverlight applications can be integrated with XNA.

Windows Phone 7 featured a new user interface, based upon Microsoft's Windows Phone design system, codenamed and commonly referred to as Modern UI (previous name was Metro). The home screen, called the "Start screen", is made up of "Live Tiles", which have been the inspiration for the Windows 8 live tiles.

NOTE: With the 7.1 SDK, the ID_CAP_INTEROPSERVICES capability was removed, rendering third-party support for COM interop unusable. The native (unmanaged) layer is currently only available to OEMs.

External Resources

More information

See for more information.

19662 questions
4
votes
3 answers

Windows Phone 7 to iPhone development (backwards I know)

I've been doing a lot of Windows Phone 7 games development and have started looking into porting my apps and games to iPhone and possibly Android at a later date. From my understanding solutions such as MonoTouch are not worth the effort, so should…
meds
  • 21,699
  • 37
  • 163
  • 314
4
votes
1 answer

Set StoryBoard target in datatemplate

I would like to use a StoryBoard to show an image with plane projection animation when I click on a button. That works when I try it on a only one instance. But in my silverlight page (windows phone 7), I use data template to repeat it from a…
TheFrancisOne
  • 2,667
  • 9
  • 38
  • 58
4
votes
2 answers

Handle Gestures in the ViewModel

I've been scouring the web looking for examples on how to handle flick gestures on Windows Phone 7 in the ViewModel using MVVM Light. I've found some good resources on handling commands from button clicks and such, but I can't seem to find anything…
4
votes
1 answer

WP7 wrap text around image

I have an image with a large amount of text to the right in a textblock control. How can I get that text to wrap on the right and below the image?
Tyler
  • 1,019
  • 12
  • 27
4
votes
3 answers

Why would I want to exit my silverlight Phone App

This is with reference to Windows Phone 7 close application What if I have Page-A -> Page-B (i.e. Page-A allowijg navigation to Page-B) On Page-B, I have certain controls which take me to Page-C, page-D, Page-E, Page-F etc If I am on Page-F, On…
abnvp
  • 1,037
  • 11
  • 19
4
votes
2 answers

Windows Phone Application Project Type Unavailable in VS2010

I recently had to reinstall the OS on my dev box and I am now in the process of reinstalling various applications. I had previously installed the WP7 SDK without any problems but unfortunately I'm having problems this time around. The only project…
Malice
  • 3,927
  • 1
  • 36
  • 52
4
votes
1 answer

WP7 Image Upload

I'm trying to create a WP7 application that will upload an image to my website. I tried using FTP but microsoft have removed that feature from WP7. Apparently the only other way at the moment is to call a webservice running on my website that will…
Cadab
  • 467
  • 9
  • 19
4
votes
5 answers

Tutorial for learning xaml for windows phone 7

I want to develop mobile applications for the WINDOWS PHONE 7 using silverlight. Can anybody suggest me suitable tutorial please. Thanks in advance.
nkchandra
  • 5,585
  • 2
  • 30
  • 45
4
votes
3 answers

TextBox in MessageBox in Windows Phone 7

Is it possible to insert a TextBox for the user to input text on top of a MessageBox in Windows Phone 7? Thanks.
fdezjose
  • 607
  • 2
  • 9
  • 18
4
votes
1 answer

Problem when creating custom application theme in WP7

I am trying to create a custom application theme in Windows Phone 7 but unfortunately faced the following problem: If I try to change a Style and some of the default colors, as a result the Style is applied correctly but for some reason the colors…
Boryana Miloshevska
  • 2,730
  • 16
  • 17
4
votes
1 answer

How to use rsa library on Windows Phone 7?

I found rsa class(RSACryptoServiceProvider) can be used on C#, but it cannot be used on Windows Phone. If I have a request on Window Phone 7 to use RSA, how can I do?
charles
  • 41
  • 2
4
votes
1 answer

"System.MissingMethodException was unhandled"?

I recieve this exception when I try to run the sample application for WP7 that comes with the Facebook C# SDK: File or assembly name 'Microsoft.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=736440C9B414EA16', or one of its…
Edward
  • 7,346
  • 8
  • 62
  • 123
4
votes
6 answers

WP7 know when back key is pressed in the "navigated to" page

In Windows Phone 7, is there a way to know if the back is pressed in the page that's navigated to? I know we can intercept in the current page but I need to know in the page I am navigating to. i.e. if there 2 pages say page1 and page2, back button…
Jonna
  • 1,625
  • 1
  • 18
  • 38
4
votes
1 answer

Bring image up in Image Viewer WP7

On WP7 in Silverlight, is it possible to tell the OS to open up an image in the normal image viewer? I have a bunch of thumbnails that the user can press to make big, but I don't feel like re-inventing the wheel as the built in image viewer is…
Matt
  • 1,562
  • 2
  • 17
  • 27
4
votes
1 answer

Is it possible to install different fonts on windows phone 7 emulator?

I made a demo application using Silverlight where I have given certain Unicode of Hindi language to be displayed on a textbox as a text. ऋ ऊ उ ई इ आ, unicode positions are '\u090B', '\u090A', '\u0909', '\u0908', '\u0907','\u0906' respectively. So…
rubyraj
  • 611
  • 1
  • 7
  • 24