This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use.
Learn more
TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
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
Tag Cloud
.net
Active Directory
AD DS
ASP.NET
azure
BizTalk
BizTalk Server
C#
C# .NET
cloud
EAA
Ed Price
Edward van Biljon
en-US
es-ES
Excel
Exchange
Exchange 2010
Exchange 2013
Exchange Server 2013
fa-IR
Fernando Lugao Veltem
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
marcelo strippoli
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 Portuguese
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
windows server 2012 r2
Wiki
>
All Tags
>
Windows Phone Migration Content
Tagged Content List
Wiki Page:
Windows Phone: (译)Nokia Imaging SDK — 快速上手 (zh-CN)
Pete Laker
本文为翻译内容,原文链接在底部 简介 在使用这个 SDK 提供的功能前,必须先添加类库的引用到你的工程里。参考: Download and add the libraries to the project. 定义你的 XAML 的 UI Ui 非常的简单,只有两个 Image 控件和两个按钮。一个 Image 用来显示原图,另一个显示经过滤镜处理过 的图片。类似的,一个按钮用来选择图片,另一个保存经过滤镜处理的图片到图片库中。 下面是实现的步骤: 1、在 VS 中打开 MainPage.xaml 2、定义 UI...
on
7 Apr 2015
Wiki Page:
Windows Phone: البدء في استخدام الكاميرا داخل تطبيقاتك (ar-SA)
Pete Laker
هذا المثال يوضح كيفية التعامل مع واجهة الكاميرا داخل تطبيقاتك بإستخدام بيئة تطوير ويندوز فون 8. المقدمة إن واجهات البرمجة المتوفرة لويندوز فون 8 توفر كل المستويات العالية، المتوسطة والمنخفضة المستويات العليا تستخدم AudioVideoCaptureDevice لتسجيل ملفات الفيديو او لسلاسل الصور بواسطة...
on
7 Apr 2015
Wiki Page:
Windows Phone: 在Windows Phone地图控件上绘制当前位置 (zh-CN)
Pete Laker
本文演示如何根据 GeoCoordinateWatcher 类的位置信息在 Map 上缩放到用户位置 介绍 这个示例应用程序创建了一个地图.当用户点击my location 菜单, 该应用程序获取当前移动设备的位置并在地图的缩放视图显示经度和纬度. 当前位置是通过 GeoCoordinateWatcher 类提取的(从 System.Device.Location 命名空间). 当前位置 实现 首先用Windows Phone Application 模板创建一个项目. 创建地图(MainPage.xaml) 项目创建好后,...
on
7 Apr 2015
Wiki Page:
Windows Phone: WP7标绘附近建筑 (zh-CN)
Pete Laker
这篇文章展示了如何 在Bing Map上标绘附近建筑。 简介 使用Bing Maps Silverlight Control我们可以创建有更好的题图体验的Windows Phone应用程序。在这篇文章中,我们将会看到在Windows Phone上使用 Bing Maps Silverlight Control所需步骤,并在地图上绘制图标。首先我们需要使用Windows Live ID从 Bing Maps Account Center 申请一个账户。当我们的账户被创建时,我们就能从账户中获得 KEY 并在我们的应用程序中使用。 Windows Phone...
on
7 Apr 2015
Wiki Page:
Windows Phone: WP8中的地图和导航 (zh-CN)
Pete Laker
地图控件 WP8中,可以使用新的Map APIs来开发基于地图的应用,并可以包含位置以及搜索功能。WP8中使用的是诺基亚地图,WP7.1中的Bing地图仍然支持,但是不推荐使用,它仅仅是为了兼容使用了已经Bing地图的WP7.1应用。 显示地图 WP8中使用Map控件来显示地图,使用之前你需要关注下面几件事: 1.Map控件和服务使用的namespace Microsoft.Phone.Map 2.XAML文件中使用Map控件需要的xmlns声明 xmlns:maps="clr-namespace:Microsoft...
on
7 Apr 2015
Wiki Page:
Windows Phone: 在WP7的Bing地图上加入Google地标 (zh-CN)
Pete Laker
这篇文章展示了如何在Bing地图上绘制附近的建筑。 简介 这篇文章解释了如何利用 Google Places API 来获取建筑物的信息,然后我们将它们绘制在Bing地图上。当点击屏幕上图标时,弹出建筑物的信息并且显示它与用户之间的距离。 首先我们需要用Windows Live ID从 Bing Maps Account Center 申请一个Bing地图账户。当账户被创建时,从账户中获得 KEY 并应运到我们的应用程序中。 实现 让我们利用 Windows Phone Application 模板来创建一个WP7项目。我们利用WP7 ListBox...
on
7 Apr 2015
Wiki Page:
Windows PHone: 在Windows Phone 7的Bing Map控件中使用 Nokia Maps (zh-CN)
Pete Laker
本文阐述了怎样在Windows Phone上使用Nokia Maps。 简介 在这篇文章中,我们将介绍怎样使用Nokia tiles而不是使用Bing tiles实现在Windows Phone上使用Nokia Maps。 新建项目 打开Microsoft Visual Studio Express 2010并创建一个名为NokiaMaps的'Application Project'。 选择O.S 7.1 References 右击Reference选择Add reference添加下列引用 ...
on
7 Apr 2015
Wiki Page:
Windows Phone: Nuevos Lanzadores Nokia Here! (es-ES)
Pete Laker
Nokia Here El servicio de navegación Nokia HERE es uno de los servicios estrellas de Nokia que nutre a algunas de las aplicaciones más importantes integradas en el sistema de todo Windows Phone 8 como son: HERE Drive. Navegador GPS que porporciona instrucciones de navegación paso a paso...
on
7 Apr 2015
Wiki Page:
Windows Phone: كيفية الحصول على مفتاح الواجهه البرمجه في خرائط بينج (ar-SA)
Pete Laker
This article explains how to get a Bing Maps Key in Windows Phone 7.5 المقدمة يوضح هذا المقال كيفية الحصول على مفتاح الواجهه البرمجه في خرائط بينج للويندوز فون 7.5 Bing Maps Key , الحصول على مفتاح خرائط بينج لاستخدام عناصر التحكم في خريطة بينج في مشروع الويندوز فون 7.5، ونحن بحاجة...
on
7 Apr 2015
Wiki Page:
Windows Phone: 如何使用ListBox模拟短信系统 (zh-CN)
Pete Laker
本文的目标是创建一个短信系统,用来实现如何在类似于对话模式的数据呈现 介绍 首先,我们需要创建一个Sms类,来提供我们需要的关于短信的信息,这里我会非常简单的提供我们的Sms类,在实际使用中,会需要更多的数据类记录我们的数据。 以下就是我们的Sms类: public class Sms { public double FontSize { get ; set ; } public string Str { get ; set ; } public string SmsFrom { get ; set ; } public bool isMe...
on
7 Apr 2015
Wiki Page:
Windows Phone: 如何在Windows Phone 7上发送短信 (zh-CN)
Pete Laker
这篇文章展示了如何在Windows Phone 应用程序中发送短信。 简介 这篇文章描述了如何在Windows Phone 应用程序中发送短信。短信的发送是利用SmsComposeTask API来完成的。要发送短信,请打开本地短信编辑器为用户提供一个选项,用来发送短信或放弃它。 概要 现在来讨论短信发送,让我们创建一个简单的windows phone应用程序,在the Visual Studio 2010中选择 File->NewProject->Windows Phone Application 。在应用程序的MainPage.xaml文件中添加一个文本Label...
on
7 Apr 2015
Wiki Page:
Windows Phone: كيفية إرسال الرسائل النصية القصيرة من خلال ويندوز فون 7 (ar-SA)
Pete Laker
تشرح هذه المقالة كيفية إرسال رساله نصية قصيرة من داخل تطبيق ويندوز فون 7. المقدمة هذا المثال يعرض كيفية إرسال رسالة نصية قصيرة من تطبيق في ويندوز فون 7 , و هذا المثال يستخدم SmsComposeTask لفتح محرر الرسائل الأساسي في الجهاز مع حرية المستخدم في قبول الأرسال او التجاهل . Note...
on
7 Apr 2015
Wiki Page:
Windows Phone: Coding4Fun控件介绍(Audio) (zh-CN)
Pete Laker
在Windows Phone 7的开发中,我们不仅仅拥有微软官方提供的原始的控件,还有CodePlex提供的一套Toolkit.但是,在日常开发中,这些控件往往是不够的,这里,我将会讨论如何使用另外一套第三方控件Coding4Fun. Coding4Fun也是一套很有名的控件, 他追寻的是Microsoft Public License (Ms-PL), MS-PL 授权使用者可以自由修改、重制与散布该软体. 那么接下来,我们就进行这个控件的介绍: 引用控件 首先,我建议使用NuGet来安装整个控件. 打开Tools->Extension Manager->Online...
on
7 Apr 2015
Page 50 of 66 (1,650 items)
«
48
49
50
51
52
»