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
2 answers

WatermarkedTextBox for Windows Phone 7?

I am looking for some kind of WatermarkedTextBox for Windows Phone 7? But I need a custom control not how to implement Watermark behavior or how to handle the GotFocus/LostFocus events.
Kate Brown
  • 562
  • 5
  • 14
4
votes
1 answer

Creating A Sound Loop

I am using the following code to play a wav file. I want the have the file play over and over until the user clicks a button. How might I do this? Stream stream = TitleContainer.OpenStream("Audio/ape.wav"); SoundEffect effect =…
Nick LaMarca
  • 8,076
  • 31
  • 93
  • 152
4
votes
2 answers

Set Visual Studio to target Windows Phone 7 emulator by default?

I installed a new Windows Phone 7 template this week in Visual Studio, and now every time I open a project, VS sets the default debugging environment to target my physical phone instead of the emulator. It's annoying, because 9 times out of 10 I…
Josh Earl
  • 18,151
  • 15
  • 62
  • 91
4
votes
3 answers

Windows Phone 7 and System.Xml.Linq library

I'm trying to follow this tutorial about WP7 development: http://mobile.tutsplus.com/tutorials/windows/introduction-to-windows-mobile-7-development/ It's talking about using XElements, which require the System.Xml.Linq library, but I can't find a…
Edgar
  • 4,348
  • 4
  • 40
  • 59
4
votes
2 answers

problem Storing a list of Objects in Isolated Storage

I am trying to store a list of objects I created in the isolated storage and be able to display them in a list by auto generating a title for them. So far the code works but once I tombstone the app and start it up all my data is saved except for…
RJDubz
  • 165
  • 1
  • 7
4
votes
2 answers

Table views in Windows Phone 7

Does Windows Phone 7 have anything like iPhone's UITableView? [Basically, I'm porting an iOS app where the table views worked really well.]
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
4
votes
2 answers

Windows Phone 7 Volume Settings programmatically

Is there a way to programmatically change the sound settings of Windows Phone 7? Enable or disable sounds for Appointment and all other notifications? Also to change the global volume i.e.:Ring tone.
natal
  • 43
  • 1
  • 3
4
votes
3 answers

Launching WP7 Map Application

Hopefully this is an easy one. In my app, I have an event page with an address listed. Currently I have a link to view map which brings up a page in my application that uses the map control, and using lat/long that I pass, displays the location of…
earthling
  • 5,084
  • 9
  • 46
  • 90
4
votes
4 answers

Is it possible to encrypt data AES ECB mode in Windows phone?

I am trying to encrypt data using AES (ECB) .How can i do it .I have tried AES class ,but it does not have an option to set the mode .Is there any other way available ? Any Windows phone AES libraries available which implement ECB mode of…
Vaysage
  • 1,326
  • 2
  • 15
  • 30
4
votes
2 answers

Change VisualState based on property value

How to change a VisualState based on a property value on WP7? Im trying to use MVVM pattern and when my model is loading I want my view to go to especific VisualState. In Silverlight we have triggers for property changes but in WP7 not! PS: I dont…
4
votes
1 answer

Does Nuget support dependancies which are tied to a particular platform?

I have a library which I want to create a Nuget package for which has the following situation: The library compiles to different versions: Silverlight 4.0 .Net 4.0 .net 3.5 Windows Phone Luckily all of these platforms are supported by Nuget so in…
Luke Foust
  • 2,234
  • 5
  • 29
  • 36
4
votes
2 answers

How to display items horizontally in a listbox control?

I am developing window phone 7 application. I am new to the window phone 7 application. I have the following listbox control in my application
Shailesh Jaiswal
  • 3,606
  • 13
  • 73
  • 124
4
votes
2 answers

Rails3 and Devise working with Iphone/Android/Wp7 applications

I searched arround for solutions and didn't find anything of really pertinent on the subject. This is why, I ask you guys your help :-) Assuming I have an application running with Rails 3 using Devise to authenticate the users. I need to create…
Arkan
  • 6,196
  • 3
  • 38
  • 54
4
votes
1 answer

WP7: Push Notification Subscription Lifetime?

When a subscription has been created by a client/phone on the MPN-server, for how long is it alive? When will it become closed? Do my app-users have to start my app and create a new channel every now and then to keep a connection open?
Andreas Zita
  • 7,232
  • 6
  • 54
  • 115
4
votes
3 answers

XMPP / GTalk / Jabber library for windows phone 7?

Does anyone know of xmpp (or GTalk, or Jabber) C# library for WP7? Good old jabber-net won't compile against WP7 runtime. pom
Pompair
  • 7,083
  • 11
  • 60
  • 69