WP learning records

Source: Internet
Author: User

This document has been upgraded to Windows 8 over the past few days, mainly to install the development environment of Windows Phone 8.
I used the msdn subscription to download the Visual Studio 2012 ultimate Chinese version, and then downloaded the Windows Phone 8 SDK (Note: I made an error here ).
since the English version of Windows Phone 8 SDK is downloaded, though vs2012 has been installed during SDK installation, vs 2012 express is automatically downloaded during the download process. At the beginning, I didn't notice that vs 2012 express was installed and still used Visual Studio 2012 ultimate. After creating a Windows Phone 8 project, you will be prompted to install the SDK.
have I installed the Windows Phone 8 SDK? In the help of Visual Studio 2012 ultimate, we found that the Windows Phone 8 SDK is in English. At the same time, return to the Windows 8 Metro interface and see the disk of vs 2012 express.
uninstall the SDK for Windows Phone 8 in English version (uninstalled together with vs 2012 express). After installing the SDK for Windows Phone 8 in Chinese version, everything is OK.
it's really tough!

If you select Windows Phone OS 8.0 as the target version, your application can only run on Windows Phone 8 devices.
If you select Windows Phone OS 7.1, your application can run on both Windows Phone OS 7.1 and Windows Phone 8 devices.
Standalone storage explorer (isw.l.exe) http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/hh286408 (V = vs.105). aspx
Animation of text attributes (especially the size or foreground paint brush) may occupy a large amount of system resources. This is because Windows Phone uses a prompt to smooth the http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/cc189010 (V = vs.105) for each text flag when rendering text. aspx
Textbox is usually used to capture users' text input. Passwordbox is usually used for authentication. The main difference between the two controls is that the characters typed in passwordbox are displayed, while those typed in textbox are masked characters. --- Leo. Zheng wrote the opposite !!!

After Zune is installed, an error is reported at the beginning. Look at the error message and say there is an installation.ProgramRunning. Restart the instance and then install the instance. During installation, the system prompts that the. NET Framework 2.0 or 3.0 Runtime is required. Dizzy, Windows 8 without these, or not MS their own stuff. Download and install. Net first, and then install Zune successfully. Insert the WP mobile phone and Zune starts.

//CodeSet the Input Keyboard type
Inputscope scope = new inputscope ();
Inputscopename name = new inputscopename ();

Name. namevalue = inputscopenamevalue. number;
Scope. Names. Add (name );

Txtphonenumber. inputscope = scope;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.