Questions tagged [windows-phone-7.8]

Windows Phone 7.8 is an update to the existing windows phone 7.x devices.

The update features the new Start screen and Lock screen, with Bing Wallpapers, new Accent colours, some updated logos and not much else.

Nokia WP 7.8 users will be able to download Nokia’s Bluetooth file and contact transfer apps and ring tone maker

32 questions
-1
votes
4 answers

Operator <= cannot be applied to double in if statement

I have an if statement as follows if (1 <= value <= 20) { } value is a double. however I get an error which says that "Operator '<=' cannot be applied to operands of type 'bool' and 'double'" Is there a way around this error?
-1
votes
1 answer

Windows Phone - C# - How do I create a TextBox in C#

It's pretty simple, but how do you create a TextBox in C#? I need to place it within a ListBox at a certain location (before the last item of the ListBox). I need the new TextBox to contain properties about it's Text, Name, and Width. Here's the…
Newbie
  • 1,160
  • 2
  • 11
  • 24
1 2
3