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.