Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
.net
Active Directory
AD DS
ASP.NET
azure
Benoît Jester
BizTalk
BizTalk Server
BizTalk Server 2010
C#
C# .NET
Chen V
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2010
fa-IR
FIM
FIM 2010
fr-FR
has Back to Top link
has code
has command
has comment
has Conclusion
has download link
has Gallery download
has image
Has Link
has links
has Other Languages
has reference
has References
has See Also
has summary
Has Table
Has TOC
has video
How To
Hyper-V
it-IT
Link Collection
Lync
magazine article
Mehmet Parlakyiğit
Microsoft
Microsoft Azure
Multi Language Wiki Articles
MVP
needs work
Office 365
pgtag
Português Brasil
PowerShell
pt-BR
SCCM
SharePoint
SharePoint 2010
SharePoint 2013
SharePoint 2016
Sharepoint Online
Small Basic
SQL
SQL Server
SQL Server 2012
step by step
stub
System Center
System Center 2012
TAT
TAT Members
TechNet Guru
TechNet Guru Gold Medal Winner
TechNet Guru Medal Winner
TechNet Wiki
TechNet Wiki Featured Article
Translated into French
troubleshooting
tr-TR
T-SQL
Visual Studio
VS
Wiki
Windows
Windows 10
Windows 7
Windows 8
Windows Phone
Windows Phone Migration Content
Windows Server
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Browse by Tags
>
TechNet Articles
>
All Tags
>
Windows Phone
Tagged Content List
Wiki Page:
Windows Phone: How to handle phone calls and other interruptions in Windows Phone
Pete Laker
This example explains how to deal with an incoming phone call or other interruption (e.g. alarm, alert, popup) in a Windows Phone app. Introduction When an application is running you may receive some interruption - for example an incoming phone call - which will partially or completely obscure...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to implement session-time out in a WP app
Pete Laker
This article shows how to implement session time out in a Windows Phone 7 app using a DispatcherTimer Introduction Sometimes it is a useful "security feature" close a login (or other) page if the user does not enter the required details within a specified time. This code example...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to keep a UI element in view when scrolling a page in Windows Phone
Pete Laker
This article explains how to keep a specific UI element in view while we vertically scroll through the content on a Windows Phone page. Introduction Apps which allow the user to scroll through large amounts of content may find it useful to keep the page heading or title visible at the top, rather...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to make the pivot control app title match inbuilt apps
Pete Laker
This article explains how two approaches for making the application title match that of standard Windows Phone apps. Introduction If you create a "Windows Phone Application" or a "Windows Phone Pivot Application" in Visual Studio the application title is not displayed as...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to solve problems localizing the app name
Pete Laker
This article gives hints how to find the reason for problems localizing a Windows Phone App's title text. Introduction Localizing an app can be a rewarding but also a complicated task. MSDN has documentation on three different aspects of the localization: localizing the app resources...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to stop a live tile from flipping
Pete Laker
This article explains how stop a FlipTile from flipping, by removing the back-content. Overview A FlipTile with any back-content will flip between the back and front at irregular intervals. The way to prevent the tile from flipping is to remove the back content of the tile - including the...
on
7 Apr 2015
Wiki Page:
Windows Phone: How to use Pop-Ups in Windows Phone
Pete Laker
This article explains how to use the PopUp class to temporarily display content over another control. Introduction A pop-up is a graphical user interface ( GUI ) display area, usually a small window, that suddenly appears ("pops up") in the foreground of the visual interface. It...
on
7 Apr 2015
Wiki Page:
Windows Phone: Image control using 9-patch rescaling for Windows Phone
Pete Laker
Note: This is an entry in the Nokia Imaging and Big UI Wiki Competition 2013Q4 . This article explains about an alternative implementation of 9 patch images for windows phone. Introduction With the roll out of Windows phone update 3(GDR3), 1080p resolution have joined Lumia family...
on
7 Apr 2015
Wiki Page:
Windows Phone: Implementing Orientation Lock In Windows Phone
Pete Laker
This article shows a simple way to programmatically implement orientation lock in your Windows Phone application. Introduction Orientation lock is a feature, that enables you to keep your preferred screen orientation no matter in which position is currently the phone. There is currently no...
on
7 Apr 2015
Wiki Page:
Windows Phone: Introduction to multiple-resolution support on Windows Phone 8 apps
Pete Laker
This article discusses how to handle the issues that may arise due to the multiple screen resolutions that are supported in Windows Phone 8. Available resolutions in WP8 Windows Phone 8 phones can have either of the two aspect ratios – 15:9 or 16:9, hence it is important to take care of screen...
on
7 Apr 2015
Wiki Page:
Windows Phone: JQueryMobile for Windows Phone
Pete Laker
This article explains how to use JQueryMobile to develop applications with Metro user experience. Targeted at web developers who want to build mobile apps. Introduction This document aims to give a brief introduction into developing mobile websites or mobile webapps, particularly with a native...
on
7 Apr 2015
Wiki Page:
Windows Phone: ListView and ScrollViewer Tombstoning helper
Pete Laker
This article provides a library which saves the scroll position of ListView and ScrollViewer controls during tombstoning. Introduction One of the Windows Phone design guidelines is that page states should be saved when a running application is tasked-away from (for example by selecting the...
on
7 Apr 2015
Wiki Page:
Windows Phone: Live Tile Templates in Windows Phone 8
Pete Laker
This article explains how to use Windows Phone 8 Live Tiles templates API. Windows Phone 8 has introduced new tile features such as multiple sizes, customizable, specific page navigation using secondary tile, static and dynamic updates etc. Introduction In simple terms, Tile is a shortcut...
on
7 Apr 2015
Wiki Page:
Windows Phone: Layout on Large Screens
Pete Laker
The Nokia Lumia 1520 brings a new dimension into design of Windows Phone 8 applications. Large screens deserve dedicated design to display content in an even more beautiful way. Note: This is an entry in the Nokia Imaging and Big UI Wiki Competition 2013Q4 . How screens are growing...
on
7 Apr 2015
Wiki Page:
Windows Phone: Listbox handling in Windows Phone
Pete Laker
This article demonstrates how to implement a ListBox and get the value of the selected list item. Introduction Listbox can be implemented in two ways : Using ListBoxItems Data Binding Generally ListBox is a kind of ItemControl together with ListPicker and other similar controls...
on
7 Apr 2015
Wiki Page:
Windows Phone: People Hub Tile Control In Windows Phone
Pete Laker
This article demonstrate how to create People Hub Tile using Custom Control in Windows Phone. Introduction In this article we will create People Hub Tile using Custom Control. If you are new to custom control I would encourage you to have a look to my last article for more details about...
on
7 Apr 2015
Wiki Page:
Windows Phone: Picture Rotator Hub Tile in Windows Phone
Pete Laker
This article demonstrate how to create Picture Rotator Hub Tile in Windows Phone. Introduction Hello friends, how are you doing these days? Recently I was exploring how to create Custom Controls, and during the course of creating Custom Control I went through some nice experience and want...
on
7 Apr 2015
Wiki Page:
Windows Phone: Retemplate Windows Phone progress bar with spinning image
Pete Laker
This article explains how to quickly modify the default Windows Phone progress bar to show a spinning image instead of running dots. Introduction In a Windows Phone app, there are lot of situations to show indeterminate progress bar. The most common case would probably be when an application...
on
7 Apr 2015
Wiki Page:
Windows Phone: Semantic Zoom in Windows Phone 8
Pete Laker
Note: This is an entry in the Nokia Imaging and Big UI Wiki Competition 2013Q4 . This article proposes a new SemanticZoom control for Windows Phone 8. Introduction Big UI. Big screen. We all waited for it, for full HD resolution on our Windows Phone 8 devices. And now we have...
on
7 Apr 2015
Wiki Page:
Windows Phone: Splash Screen with additional splash image on Windows Phone
Pete Laker
This article demonstrates how to include a splash screen and an extended splash screen for Windows Phone Apps. Introduction A Splash Screen is a screen that is displayed immediately when an app or game is started, and which typically displays app and/or company information. While displaying...
on
7 Apr 2015
Wiki Page:
Windows Phone: Solving Circular Navigation in Silverlight for Window Phone
Pete Laker
This article explains the Windows Silverlight app "circular navigation problem", and introduces the NonLinear Navigation Services library which can be used to overcome it. Introduction In the "standard" Windows Phone Silverlight application model, users move linearly...
on
7 Apr 2015
Wiki Page:
Windows Phone: Stop Watch using Windows Phone
Pete Laker
This article explains how to create stop watch in Windows Phone. It extends the article: Implement Timer control in Windows Phone . Introduction This code example creates a simple stop watch which you can start and stop using the buttons Start Clock and Stop respectively. The example uses...
on
7 Apr 2015
Wiki Page:
Windows Phone: Tabbed interface with Pivot animation for Windows Phone
Pete Laker
This article explains how to create a tabbed interface with a pivot-style animation. This sort of UI has been used in the official Twitter app and 6tag Instagram client on Windows Phone. Introduction The official Twitter app on Windows Phone uses an uncommon interface for Windows Phone ...
on
7 Apr 2015
Wiki Page:
Windows Phone: Text character counter for Windows Phone
Pete Laker
This article shows how to display the remaining number of characters that may be entered into a TextBox . Introduction Some applications need to limit the amount of text that can be entered into a TextBox - for example a messaging app should limit SMS messages to 160 characters. In these apps...
on
7 Apr 2015
Wiki Page:
Windows Phone: Theme aware Windows Phone application
Pete Laker
This article explains how to get and set the current theme background and accent colour. Introduction Windows Phone themes are very basic, consisting only of whether the background is light or dark (default), and an accent color. Windows Phone defines ten accent colors: magenta, purple, teal...
on
7 Apr 2015
Page 26 of 42 (1,044 items)
«
24
25
26
27
28
»
Can't find it? Write it!
Post an Article