Windows phone 7 Study Tour 1

Source: Internet
Author: User

Recently, I attended the introduction to PHONE 7, so I started to get familiar with PHONE7 and learn about it. I made some small things for myself to learn and practice, technology improvements, though all in MS. NET products are fully developed based on C #. However, they have never been used. I have learned about SilverLight before, so it is not too difficult to contact this product, I was a little impulsive to buy a mobile PHONE 7 for development, but it seems useless to buy it, because MS stuff must be published in marketpalce before it can be installed on the actual mobile PHONE, it seems difficult to test the real machine. Because I just learned it, I downloaded the latest PHONE7 version 7.1, but EXPRESS VS2010 has a version selector. When you build a project, you can choose different phone OS versions, which are user-friendly.

It looks good. As for how to build a project, I won't talk about it here, as long as you know. There are also many articles on the Internet.

First: the default design view, the width seems to be 480px, and the height is 768PX, which is the actual part of the phone 7 content interface. However, you can adjust it by yourself, but it will go beyond the mobile phone interface, which is not user-friendly. We recommend that you retain the default value.

Drag a button to the Grid area, and double-click the button to automatically generate the c # background code file.

Private void btnShow_Click (object sender, RoutedEventArgs e)
{
MessageBox. Show (Environment. OSVersion + "\ n" + Environment. Version );
}

The things of MS are general, but some of them have become a subset of the ones you have learned, but at least you have learned, but the fields involved are different, so the knowledge is different, I hope that I will be able to improve myself in this respect, and I hope that I will learn from the masters and teachers in the garden.

Write this article today to make up for your lack of blog writing over the past year. Try to show what you learned as much as possible. If it is a matter of accumulation or error, you can correct it. This is a good atmosphere for the blog Park.

Related Article

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.